.SearchResults-module__r3VWyq__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background:radial-gradient(circle at 20% 20%,#ffffff14,#0000 40%),radial-gradient(circle at 80% 10%,#ffffff0d,#0000 35%),#00000026;justify-content:center;align-items:flex-start;padding-top:2rem;animation:.2s SearchResults-module__r3VWyq__fadeIn;display:flex;position:fixed;inset:0}@keyframes SearchResults-module__r3VWyq__fadeIn{0%{opacity:0}to{opacity:1}}.SearchResults-module__r3VWyq__resultsPanel{width:100%;max-width:620px;max-height:80vh;box-shadow:12px 12px 24px var(--shadow-dark),-12px -12px 24px #ffffffb3;background:linear-gradient(135deg,#d6dce6eb 0%,#d6dce6e0 50%,#ffffffd9 100%);border:1px solid #ffffff8c;border-radius:24px;padding:0;animation:.3s cubic-bezier(.19,1,.22,1) SearchResults-module__r3VWyq__slideDown;position:relative;overflow:hidden}@keyframes SearchResults-module__r3VWyq__slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.SearchResults-module__r3VWyq__header{border-bottom:1px solid var(--separator);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.SearchResults-module__r3VWyq__title{color:var(--foreground);font-size:1.25rem;font-weight:700}.SearchResults-module__r3VWyq__closeButton{width:36px;height:36px;color:var(--foreground);cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .2s;display:flex}.SearchResults-module__r3VWyq__closeButton:hover{background:#ffffff26}.SearchResults-module__r3VWyq__content{max-height:calc(80vh - 80px);padding:1rem;overflow-y:auto}.SearchResults-module__r3VWyq__loading{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 1rem;display:flex}.SearchResults-module__r3VWyq__spinner{border:3px solid #ffffff1a;border-top-color:var(--accent);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite SearchResults-module__r3VWyq__spin}@keyframes SearchResults-module__r3VWyq__spin{to{transform:rotate(360deg)}}.SearchResults-module__r3VWyq__error{text-align:center;color:var(--danger);padding:2rem}.SearchResults-module__r3VWyq__empty{text-align:center;color:var(--gray-1);padding:3rem 1rem}.SearchResults-module__r3VWyq__resultsList{flex-direction:column;gap:.75rem;display:flex}.SearchResults-module__r3VWyq__resultCard{box-shadow:6px 6px 12px var(--shadow-dark),-6px -6px 12px #ffffffa6;cursor:pointer;background:linear-gradient(135deg,#ffffffb3 0%,#f0f2f7bf 50%,#ffffffb3 100%);border:1px solid #fff9;border-radius:16px;align-items:flex-start;gap:1rem;padding:1rem;transition:all .2s;display:flex}.SearchResults-module__r3VWyq__resultCard:hover{box-shadow:8px 8px 14px var(--shadow-dark),-8px -8px 14px #ffffffb3;border-color:#ffffffbf;transform:translateY(-2px)}.SearchResults-module__r3VWyq__resultCard:active{transform:scale(.985)}.SearchResults-module__r3VWyq__avatar{background:#ffffff1a;border:1px solid #fff3;border-radius:50%;flex-shrink:0;width:64px;height:64px;overflow:hidden}.SearchResults-module__r3VWyq__avatarImage{object-fit:cover;width:100%;height:100%}.SearchResults-module__r3VWyq__userInfo{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.SearchResults-module__r3VWyq__nameRow{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.SearchResults-module__r3VWyq__displayName{color:var(--foreground);font-size:1.0625rem;font-weight:600}.SearchResults-module__r3VWyq__username{color:var(--gray-1);font-size:.875rem;font-weight:500}.SearchResults-module__r3VWyq__bio{color:var(--gray-1);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:.25rem;font-size:.8125rem;line-height:1.4;display:-webkit-box;overflow:hidden}.SearchResults-module__r3VWyq__stats{color:var(--gray-1);align-items:center;gap:.5rem;margin-top:.25rem;font-size:.75rem;display:flex}
.UserProfileModal-module__nWZppG__overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;overscroll-behavior:contain;overscroll-behavior-y:contain;background:#e0e5eccc;justify-content:center;align-items:flex-start;padding-top:2rem;display:flex;position:fixed;inset:0}.UserProfileModal-module__nWZppG__modal{background:var(--background);overscroll-behavior:contain;overscroll-behavior-y:contain;border-radius:32px;flex-direction:column;width:100%;max-width:600px;height:calc(90vh - 2rem);max-height:calc(100vh - 2rem);animation:.3s cubic-bezier(.16,1,.3,1) UserProfileModal-module__nWZppG__slideDown;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #a3b1c666}@keyframes UserProfileModal-module__nWZppG__slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.UserProfileModal-module__nWZppG__favoriteButton{z-index:10;background:var(--background);cursor:pointer;width:40px;height:40px;box-shadow:var(--neumorphic-convex);color:var(--text-secondary);border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:1.5rem;left:1.5rem}.UserProfileModal-module__nWZppG__closeButton{z-index:1002;cursor:pointer;width:40px;height:40px;box-shadow:none;color:var(--text-secondary);background:linear-gradient(135deg,#fffffff2 0%,#f0f2f5e6 50%,#e0e5ecd9 100%);border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.UserProfileModal-module__nWZppG__walletAddressHeader{z-index:10;position:absolute;top:1.5rem;left:50%;transform:translate(-50%)}.UserProfileModal-module__nWZppG__walletValueHeader{color:var(--text-tertiary);font-family:monospace;font-size:.75rem}.UserProfileModal-module__nWZppG__favoriteButton:active{box-shadow:var(--neumorphic-pressed);transform:scale(.95)}.UserProfileModal-module__nWZppG__closeButton:active{background:linear-gradient(135deg,#f0f2f5e6 0%,#e0e5ecd9 50%,#c8d2dccc 100%);transform:scale(.95)}.UserProfileModal-module__nWZppG__closeButton:hover{background:linear-gradient(135deg,#fff 0%,#fafcfff2 50%,#f0f2f5e6 100%)}.UserProfileModal-module__nWZppG__favoriteButton.UserProfileModal-module__nWZppG__favoriteActive{color:var(--danger);box-shadow:inset 3px 3px 6px var(--shadow-dark),inset -3px -3px 6px var(--shadow-light)}.UserProfileModal-module__nWZppG__content{overscroll-behavior:contain;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;flex:1;padding:4rem 1.5rem 2rem;overflow-y:auto}.UserProfileModal-module__nWZppG__baseLogo{z-index:10;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;top:1.25rem;left:1.25rem}.UserProfileModal-module__nWZppG__baseLogoImage{object-fit:contain;filter:drop-shadow(0 2px 4px #0000001a);width:100%;height:100%;display:block}.UserProfileModal-module__nWZppG__profileHeader{-webkit-backdrop-filter:blur(30px)saturate(200%);background:linear-gradient(135deg,#fff6 0%,#0a84ff66 20%,#0a84ff80 30%,#0a84ff99 50%,#0a84ff80 70%,#0a84ff66 80%,#fff6 100%);border:2.5px solid #ffffff80;border-radius:32px;flex-direction:column;align-items:center;margin-bottom:2rem;padding:1.5rem 1.75rem 1.25rem;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 32px #0a84ff40,0 4px 16px #0a84ff33,0 2px 8px #0a84ff26,inset 0 2px 2px #ffffffe6,inset 0 -1px 1px #ffffff80}.UserProfileModal-module__nWZppG__profileHeader:before{content:"";z-index:-1;opacity:.8;filter:blur(1px);pointer-events:none;background:conic-gradient(#0a84ffb3 0deg,#8a2be280 60deg,#ff149380 120deg,#ff8c0080 180deg,#ffd70080 240deg,#00bfff80 300deg,#0a84ffb3 360deg);border-radius:35px;position:absolute;inset:-3px}.UserProfileModal-module__nWZppG__profileHeader:after{content:"";-webkit-backdrop-filter:blur(30px)saturate(200%);z-index:0;pointer-events:none;background:linear-gradient(135deg,#fff6 0%,#0a84ff66 20%,#0a84ff80 30%,#0a84ff99 50%,#0a84ff80 70%,#0a84ff66 80%,#fff6 100%);border-radius:32px;position:absolute;inset:0}.UserProfileModal-module__nWZppG__profilePic{z-index:2;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin-top:-.25rem;margin-bottom:0;padding:0;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 8px 24px #0000001a,0 4px 12px #00000014,inset 0 1px #fffc}.UserProfileModal-module__nWZppG__profilePic:hover{transform:scale(1.02)}.UserProfileModal-module__nWZppG__profilePic:before{content:"";z-index:-1;pointer-events:none;background:conic-gradient(#0a84ff66 0%,#0a84ff40 20%,#fff 30% 35%,#0a84ff40 45%,#0a84ff66 55%,#0a84ff40 70%,#fff 80% 85%,#0a84ff40 95%,#0a84ff66 100%);border-radius:50%;animation:6s linear infinite UserProfileModal-module__nWZppG__rotateBorder;position:absolute;inset:-2.5px}@keyframes UserProfileModal-module__nWZppG__rotateBorder{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.UserProfileModal-module__nWZppG__profilePic:after{content:"";z-index:-1;pointer-events:none;background:0 0;border-radius:50%;position:absolute;inset:2.5px}.UserProfileModal-module__nWZppG__profileImage{object-fit:cover;z-index:1;border-radius:50%;width:100px;height:100px;display:block;position:relative}.UserProfileModal-module__nWZppG__username{color:#fff;text-shadow:0 2px 8px #00000026;z-index:2;letter-spacing:-.02em;margin-top:0;margin-bottom:.375rem;font-size:1.75rem;font-weight:800;position:relative}.UserProfileModal-module__nWZppG__userHandle{color:#ffffffe6;z-index:2;letter-spacing:-.01em;margin-bottom:.75rem;font-size:1rem;font-weight:500;position:relative}.UserProfileModal-module__nWZppG__traderScoreBanner{-webkit-backdrop-filter:blur(40px)saturate(250%)brightness(1.05);z-index:3;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#0a84ff 0%,#0a84fffc 10%,#0a84fff7 20%,#0a84fff2 30%,#0a84fff5 40%,#0a84fffa 50%,#0a84fff5 60%,#0a84fff2 70%,#0a84fff7 80%,#0a84fffc 90%,#0a84ff 100%);border:2.5px solid #fffffff2;border-radius:24px;justify-content:center;align-items:center;margin-top:.5rem;margin-bottom:.875rem;padding:1rem 3rem;transition:all .4s cubic-bezier(.25,.46,.45,.94);display:flex;position:relative;box-shadow:0 20px 60px #0a84ff59,0 12px 36px #0a84ff47,0 6px 18px #0a84ff38,0 3px 9px #0a84ff2e,0 1px 3px #0a84ff26,0 0 0 1.5px #0a84ff40,inset 0 2px 4px #fff,inset 0 1px 2px #ffffffe6,inset 0 -1px 2px #fff9,inset 0 -2px 4px #fff6}.UserProfileModal-module__nWZppG__traderScoreContent{flex-direction:column;align-items:center;gap:.25rem;display:flex}.UserProfileModal-module__nWZppG__traderScoreLabel{text-transform:uppercase;color:#fff;letter-spacing:.12em;text-shadow:0 2px 10px #00000040,0 1px 5px #0003,0 0 8px #fff3;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-size:.8125rem;font-weight:700}.UserProfileModal-module__nWZppG__traderScoreValue{color:#fff;letter-spacing:-.04em;text-shadow:0 5px 20px #0000004d,0 3px 12px #00000040,0 2px 6px #0003,0 1px 3px #00000026,0 0 25px #ffffff59,0 0 12px #ffffff40,0 0 6px #ffffff26;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-size:2.5rem;font-weight:900;line-height:1}.UserProfileModal-module__nWZppG__socialStats{background:var(--background);box-shadow:var(--neumorphic-pressed);color:var(--text-secondary);border-radius:16px;gap:.75rem;margin:1rem 0;padding:.5rem 1rem;font-size:.875rem;display:flex}.UserProfileModal-module__nWZppG__aiSummaryContainer{-webkit-backdrop-filter:blur(20px)saturate(180%);text-align:center;z-index:2;background:#fff6;border:1px solid #ffffff80;border-radius:20px;width:100%;margin-top:.5rem;padding:1.25rem 1.5rem;position:relative;overflow:hidden;box-shadow:inset 0 1px 2px #ffffff80,0 2px 8px #0000001a}.UserProfileModal-module__nWZppG__aiSummaryContainer:before{content:"";pointer-events:none;z-index:0;background:linear-gradient(135deg,#ffffff80 0%,#ffffff4d 50%,#ffffff80 100%);border-radius:20px;position:absolute;inset:0}.UserProfileModal-module__nWZppG__aiSummaryTitle{color:#000000d9;text-align:center;z-index:2;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.625rem;font-size:.875rem;font-weight:700;position:relative}.UserProfileModal-module__nWZppG__bio{color:#000000bf;text-align:center;z-index:2;font-size:.8125rem;line-height:1.5;position:relative}.UserProfileModal-module__nWZppG__aiSummaryFadeIn{animation:.6s ease-in-out UserProfileModal-module__nWZppG__fadeIn}@keyframes UserProfileModal-module__nWZppG__fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.UserProfileModal-module__nWZppG__statsBarInCard{z-index:2;grid-template-columns:repeat(3,1fr);gap:.625rem;width:100%;margin-top:1.5rem;margin-bottom:2rem;display:grid;position:relative}.UserProfileModal-module__nWZppG__statItemInCard{z-index:1;min-width:0;height:95px;min-height:95px;box-shadow:9px 9px 16px var(--shadow-dark),-9px -9px 16px #fff9;background:#d6dce6cc;border:1px solid #fff6;border-radius:16px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.375rem;padding:1rem .75rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:visible}.UserProfileModal-module__nWZppG__statItemInCard:nth-child(n+4){margin-top:.625rem}.UserProfileModal-module__nWZppG__statIconInCard{color:#00000080;opacity:.8;flex-shrink:0;width:18px;height:18px;transition:all .3s cubic-bezier(.4,0,.2,1)}.UserProfileModal-module__nWZppG__statItemInCard:hover .UserProfileModal-module__nWZppG__statIconInCard{opacity:.9;transform:scale(1.05)}.UserProfileModal-module__nWZppG__statLabelInCard{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;text-align:center;white-space:nowrap;font-size:.6875rem;font-weight:600;line-height:1.1}.UserProfileModal-module__nWZppG__statLabelInCard.UserProfileModal-module__nWZppG__multiLine{white-space:normal;flex-direction:column;gap:.125rem;line-height:1.1;display:flex}.UserProfileModal-module__nWZppG__statValueInCard{color:#000000e6;text-align:center;letter-spacing:-.015em;text-shadow:none;font-size:1.125rem;font-weight:700;line-height:1.1}.UserProfileModal-module__nWZppG__statValueInCard.UserProfileModal-module__nWZppG__positive{color:var(--success)}.UserProfileModal-module__nWZppG__statValueInCard.UserProfileModal-module__nWZppG__negative{color:var(--danger)}.UserProfileModal-module__nWZppG__statValueLoading{border-radius:8px;justify-content:center;align-items:center;width:80px;height:1.5rem;display:inline-flex}.UserProfileModal-module__nWZppG__statValueLoading:before{content:"";border:2px solid #3c3c432e;border-top-color:#3c3c438c;border-radius:999px;width:14px;height:14px;animation:.75s linear infinite UserProfileModal-module__nWZppG__ios-spinner}@keyframes UserProfileModal-module__nWZppG__ios-spinner{to{transform:rotate(360deg)}}@keyframes UserProfileModal-module__nWZppG__skeleton-pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes UserProfileModal-module__nWZppG__skeleton-shine{0%{transform:translate(-100%)skew(-15deg)}to{transform:translate(200%)skew(-15deg)}}.UserProfileModal-module__nWZppG__statItemInCard.UserProfileModal-module__nWZppG__loading{position:relative;overflow:hidden}@media (prefers-reduced-motion:reduce){.UserProfileModal-module__nWZppG__statValueLoading:before{animation:none}}@keyframes UserProfileModal-module__nWZppG__card-pulse{0%,to{opacity:1}50%{opacity:.95}}@keyframes UserProfileModal-module__nWZppG__card-shimmer{0%{transform:translate(-100%)translateY(-100%)rotate(45deg)}to{transform:translate(200%)translateY(200%)rotate(45deg)}}.UserProfileModal-module__nWZppG__actions{z-index:2;justify-content:center;width:100%;margin-top:.75rem;margin-bottom:.5rem;display:flex;position:relative}.UserProfileModal-module__nWZppG__copytradeButton{background:var(--background);width:auto;color:var(--accent);cursor:pointer;border:1px solid #0a84ff26;border-radius:20px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.9375rem;font-weight:700;transition:all .2s;display:flex}.UserProfileModal-module__nWZppG__copytradeButton:hover{border-color:#0a84ff4d}.UserProfileModal-module__nWZppG__copytradeButton:active{border-color:#0a84ff4d;transform:translateY(1px)}.UserProfileModal-module__nWZppG__statsWrapper{flex-direction:column;align-items:center;width:100%;margin-bottom:2rem;display:flex}.UserProfileModal-module__nWZppG__trustScoreContainer{z-index:2;flex-direction:column;align-items:center;width:100%;margin-bottom:2rem;display:flex;position:relative}.UserProfileModal-module__nWZppG__trustScoreBox{z-index:2;min-width:220px;box-shadow:var(--neumorphic-flat);background:linear-gradient(135deg,#0a84ff 0%,#0a84ffcc 50%,#ffffffb3 100%);border:2px solid #fffc;border-radius:18px;flex-direction:column;align-items:center;padding:1.125rem 3.5rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:visible}.UserProfileModal-module__nWZppG__trustScoreBox:hover{box-shadow:var(--neumorphic-convex);transform:translateY(-1px)}.UserProfileModal-module__nWZppG__trustIcon{color:#fffffff2;opacity:.9;margin-bottom:.5rem;transition:transform .25s cubic-bezier(.4,0,.2,1)}.UserProfileModal-module__nWZppG__trustScoreBox:hover .UserProfileModal-module__nWZppG__trustIcon{opacity:1;transform:scale(1.05)}.UserProfileModal-module__nWZppG__trustLabel{text-transform:uppercase;color:#ffffffe6;letter-spacing:.05em;margin-bottom:.375rem;font-size:.6875rem;font-weight:600}.UserProfileModal-module__nWZppG__trustValue{color:#fff;letter-spacing:-.02em;font-size:2.25rem;font-weight:700;line-height:1}@keyframes UserProfileModal-module__nWZppG__gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.UserProfileModal-module__nWZppG__coreConnections{pointer-events:none;z-index:10;height:2rem;position:absolute;top:100%;left:0;right:0}.UserProfileModal-module__nWZppG__coreLineVertical{z-index:10;background:#a3b1c699;border-radius:2.5px;width:2.5px;height:50%;position:absolute;top:0;left:50%;transform:translate(-50%)}.UserProfileModal-module__nWZppG__coreLineHorizontal{z-index:10;background:#a3b1c699;border-radius:2.5px;height:2.5px;position:absolute;top:50%;left:16.66%;right:16.66%}.UserProfileModal-module__nWZppG__coreLineDownLeft,.UserProfileModal-module__nWZppG__coreLineDownMiddle,.UserProfileModal-module__nWZppG__coreLineDownRight{z-index:10;background:#a3b1c699;border-radius:2.5px;width:2.5px;height:50%;position:absolute;top:50%}.UserProfileModal-module__nWZppG__coreLineDownMiddle{left:50%;transform:translate(-50%)}.UserProfileModal-module__nWZppG__coreLineDownLeft{left:16.66%;transform:translate(-50%)}.UserProfileModal-module__nWZppG__coreLineDownRight{right:16.66%;transform:translate(50%)}.UserProfileModal-module__nWZppG__coreConnections:after{content:"";width:4px;height:4px;box-shadow:0 0 6px #fff,0 0 10px var(--accent);background:#fff;border-radius:50%;animation:2s cubic-bezier(.4,0,.2,1) infinite UserProfileModal-module__nWZppG__signalPulse;position:absolute;top:0;left:50%;transform:translate(-50%)}@keyframes UserProfileModal-module__nWZppG__signalPulse{0%{opacity:1;top:0}50%{opacity:1;top:50%}to{opacity:0;top:100%}}.UserProfileModal-module__nWZppG__statsBar{grid-template-columns:repeat(3,1fr);gap:.75rem;width:100%;margin-top:.5rem;margin-bottom:0;display:grid;position:relative}.UserProfileModal-module__nWZppG__statsConnections{pointer-events:none;z-index:10;grid-area:2/1/auto/-1;height:0;margin:-.375rem 0;position:relative}.UserProfileModal-module__nWZppG__statLineVerticalLeft,.UserProfileModal-module__nWZppG__statLineVerticalMiddle,.UserProfileModal-module__nWZppG__statLineVerticalRight{z-index:10;background:#a3b1c699;border-radius:2.5px;width:2.5px;height:calc(1.25rem + 4px);position:absolute;top:-.3125rem}.UserProfileModal-module__nWZppG__statLineVerticalLeft{left:calc(16.66% - 1px);transform:translate(-50%)}.UserProfileModal-module__nWZppG__statLineVerticalMiddle{left:50%;transform:translate(-50%)}.UserProfileModal-module__nWZppG__statLineVerticalRight{right:calc(16.66% - 1px);transform:translate(50%)}.UserProfileModal-module__nWZppG__statItem{z-index:1;min-width:0;box-shadow:var(--neumorphic-flat);background:linear-gradient(135deg,#e0e5ec 0%,#e0e5eccc 50%,#ffffffb3 100%);border:none;border-radius:14px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:1.125rem .875rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:visible}.UserProfileModal-module__nWZppG__statItem:before{content:"";z-index:-1;pointer-events:none;background:linear-gradient(135deg,#0000002e 0%,#0000001f 30%,#fff 50%,#0000001f 70%,#0000002e 100%);border-radius:15px;position:absolute;inset:-1px}.UserProfileModal-module__nWZppG__statItem:after{content:"";z-index:-1;pointer-events:none;background:linear-gradient(135deg,#e0e5ec 0%,#e0e5eccc 50%,#ffffffb3 100%);border-radius:14px;position:absolute;inset:1px}.UserProfileModal-module__nWZppG__statItem:first-child,.UserProfileModal-module__nWZppG__statItem:nth-child(2),.UserProfileModal-module__nWZppG__statItem:nth-child(3){padding:.875rem}.UserProfileModal-module__nWZppG__statItem:hover{box-shadow:var(--neumorphic-convex);transform:translateY(-1px)}.UserProfileModal-module__nWZppG__statItem:hover .UserProfileModal-module__nWZppG__statIcon{opacity:1;transform:scale(1.05)}.UserProfileModal-module__nWZppG__statIcon{color:#0006;opacity:.7;flex-shrink:0;transition:all .25s cubic-bezier(.4,0,.2,1)}.UserProfileModal-module__nWZppG__statLabel{color:#00000080;text-transform:uppercase;letter-spacing:.04em;text-align:center;white-space:nowrap;font-size:.625rem;font-weight:600;line-height:1.2}.UserProfileModal-module__nWZppG__statValueContainer{flex-direction:column;align-items:center;gap:.125rem;display:flex}.UserProfileModal-module__nWZppG__statValue{color:var(--text-primary);white-space:nowrap;text-align:center;letter-spacing:-.015em;font-size:1rem;font-weight:600;line-height:1.2}.UserProfileModal-module__nWZppG__statValueDollar{color:#00000080;white-space:nowrap;text-align:center;font-size:.75rem;font-weight:500}.UserProfileModal-module__nWZppG__statValue.UserProfileModal-module__nWZppG__positive{color:var(--success);text-shadow:0 0 10px #00d08433}.UserProfileModal-module__nWZppG__statValueDollar.UserProfileModal-module__nWZppG__positive{color:var(--success)}.UserProfileModal-module__nWZppG__statValue.UserProfileModal-module__nWZppG__negative,.UserProfileModal-module__nWZppG__statValueDollar.UserProfileModal-module__nWZppG__negative{color:var(--danger)}.UserProfileModal-module__nWZppG__section{margin-bottom:2rem}.UserProfileModal-module__nWZppG__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;padding:0 .5rem;display:flex}.UserProfileModal-module__nWZppG__sectionTitle{color:var(--text-primary);font-size:1rem;font-weight:700}.UserProfileModal-module__nWZppG__chartSectionHeader{justify-content:center;align-items:center;margin-bottom:.5rem;padding:0;display:flex}.UserProfileModal-module__nWZppG__chartSectionHeader .UserProfileModal-module__nWZppG__sectionTitle{color:#00000080}.UserProfileModal-module__nWZppG__tabBar{background:var(--background);box-shadow:var(--neumorphic-pressed);border-radius:20px;gap:.25rem;margin-bottom:1rem;padding:.375rem;display:flex}.UserProfileModal-module__nWZppG__tabButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:16px;flex:1;padding:.75rem 1rem;font-size:.875rem;font-weight:600;transition:all .3s}.UserProfileModal-module__nWZppG__tabButtonActive{background:var(--background);color:var(--text-primary);box-shadow:3px 3px 6px var(--shadow-dark),-3px -3px 6px var(--shadow-light)}.UserProfileModal-module__nWZppG__chartFilters{background:var(--background);box-shadow:var(--neumorphic-pressed);border-radius:16px;gap:.25rem;padding:.25rem;display:flex}.UserProfileModal-module__nWZppG__chartFilter{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:12px;padding:.375rem .75rem;font-size:.75rem;font-weight:600;transition:all .2s}.UserProfileModal-module__nWZppG__chartFilter.UserProfileModal-module__nWZppG__active{background:var(--background);color:var(--text-primary);box-shadow:3px 3px 6px var(--shadow-dark),-3px -3px 6px var(--shadow-light)}.UserProfileModal-module__nWZppG__graphContainer{background:var(--background);box-shadow:var(--neumorphic-pressed);border-radius:24px;padding:1.5rem}.UserProfileModal-module__nWZppG__graphHeader{text-align:center;margin-bottom:1rem}.UserProfileModal-module__nWZppG__graphValue{color:var(--success);font-size:1.5rem;font-weight:800;display:block}.UserProfileModal-module__nWZppG__graphChange{color:var(--text-secondary);font-size:.875rem}.UserProfileModal-module__nWZppG__graphSvg{width:100%;height:120px;overflow:visible}.UserProfileModal-module__nWZppG__graphArea{opacity:.1}.UserProfileModal-module__nWZppG__graphLine{fill:none;stroke-linecap:round;stroke-linejoin:round}.UserProfileModal-module__nWZppG__dataPoint{transition:all .3s}.UserProfileModal-module__nWZppG__gridLines{stroke:#0000000d}.UserProfileModal-module__nWZppG__graphLabels{justify-content:space-between;margin-top:.5rem;display:flex}.UserProfileModal-module__nWZppG__graphLabel{color:var(--text-secondary);font-size:.75rem}.UserProfileModal-module__nWZppG__holdingsList,.UserProfileModal-module__nWZppG__tradesList{flex-direction:column;gap:1rem;display:flex}.UserProfileModal-module__nWZppG__holdingCard,.UserProfileModal-module__nWZppG__tradeCard{background:var(--background);box-shadow:var(--neumorphic-flat);border:1px solid #fff6;border-radius:20px;justify-content:space-between;align-items:center;padding:1rem;display:flex}.UserProfileModal-module__nWZppG__tokenImageWrapper{background:var(--background);width:40px;height:40px;box-shadow:var(--neumorphic-convex);border-radius:50%;justify-content:center;align-items:center;margin-right:1rem;padding:4px;display:flex}.UserProfileModal-module__nWZppG__holdingInfo,.UserProfileModal-module__nWZppG__tradeInfo{align-items:center;display:flex}.UserProfileModal-module__nWZppG__holdingDetails,.UserProfileModal-module__nWZppG__tradeDetails{flex-direction:column;display:flex}.UserProfileModal-module__nWZppG__holdingSymbol{color:var(--text-primary);font-weight:700}.UserProfileModal-module__nWZppG__holdingAmount{color:var(--text-secondary);font-size:.875rem}.UserProfileModal-module__nWZppG__holdingValue{color:var(--text-primary);font-weight:700}.UserProfileModal-module__nWZppG__totalValue{border-top:1px dashed #0000001a;justify-content:space-between;margin-top:.5rem;padding:1rem;display:flex}.UserProfileModal-module__nWZppG__totalLabel{color:var(--text-secondary);font-weight:600}.UserProfileModal-module__nWZppG__totalAmount{color:var(--text-primary);font-weight:800}.UserProfileModal-module__nWZppG__swapInfo,.UserProfileModal-module__nWZppG__tokenGroup{align-items:center;gap:.5rem;display:flex}.UserProfileModal-module__nWZppG__tokenImage{border-radius:50%}.UserProfileModal-module__nWZppG__tokenDetails{flex-direction:column;display:flex}.UserProfileModal-module__nWZppG__tokenAmount{color:var(--text-primary);font-size:.875rem;font-weight:700}.UserProfileModal-module__nWZppG__tokenSymbol{color:var(--text-secondary);font-size:.75rem}.UserProfileModal-module__nWZppG__swapArrow{color:var(--text-tertiary)}.UserProfileModal-module__nWZppG__tradeTime{color:var(--text-secondary);font-size:.75rem}
.page-module__h4SgrW__container{background-color:#0000;min-height:100vh;padding-bottom:100px;position:relative;overflow-x:clip}.page-module__h4SgrW__container:before{content:"";pointer-events:none;z-index:0;mix-blend-mode:multiply;background:radial-gradient(900px 520px at 50% -120px,#0a84ff38 0%,#0a84ff00 60%),radial-gradient(700px 420px at 12% 12%,#6366f11a 0%,#6366f100 58%),radial-gradient(760px 460px at 88% 18%,#00d08414 0%,#00d08400 60%);position:fixed;inset:0}.page-module__h4SgrW__content{max-width:var(--max-width);z-index:1;margin:0 auto;padding:1.5rem;position:relative}.page-module__h4SgrW__baseLogo{z-index:10;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;top:1.25rem;left:1.25rem}.page-module__h4SgrW__baseLogoImage{object-fit:contain;filter:drop-shadow(0 2px 4px #0000001a);width:100%;height:100%;display:block}.page-module__h4SgrW__profileHeader{-webkit-backdrop-filter:blur(30px)saturate(200%);will-change:transform;isolation:isolate;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;backface-visibility:hidden;background:linear-gradient(135deg,#fff6 0%,#0a84ff66 20%,#0a84ff80 30%,#0a84ff99 50%,#0a84ff80 70%,#0a84ff66 80%,#fff6 100%);border:2.5px solid #ffffff80;border-radius:32px;outline:none;flex-direction:column;align-items:center;width:calc(100% + 2rem);margin-bottom:2rem;margin-left:-1rem;margin-right:-1rem;padding:1.25rem 1.75rem 1rem;display:flex;position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 10px 32px #0a84ff40,0 4px 16px #0a84ff33,0 2px 8px #0a84ff26,inset 0 2px 2px #ffffffe6,inset 0 -1px 1px #ffffff80}.page-module__h4SgrW__profileHeader:before{content:"";z-index:-1;opacity:.8;filter:blur(1px);pointer-events:none;background:conic-gradient(#0a84ffb3 0deg,#8a2be280 60deg,#ff149380 120deg,#ff8c0080 180deg,#ffd70080 240deg,#00bfff80 300deg,#0a84ffb3 360deg);border-radius:35px;position:absolute;inset:-3px}.page-module__h4SgrW__profileHeader:after{content:"";-webkit-backdrop-filter:blur(30px)saturate(200%);z-index:0;pointer-events:none;background:linear-gradient(135deg,#fff6 0%,#0a84ff66 20%,#0a84ff80 30%,#0a84ff99 50%,#0a84ff80 70%,#0a84ff66 80%,#fff6 100%);border-radius:32px;position:absolute;inset:0}.page-module__h4SgrW__profilePic{z-index:2;opacity:0;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin-top:-.35rem;margin-bottom:.5rem;padding:0;transition:transform .3s cubic-bezier(.4,0,.2,1);animation:.8s ease-out forwards page-module__h4SgrW__fadeInProfilePic;display:flex;position:relative;box-shadow:0 8px 24px #0000001a,0 4px 12px #00000014,inset 0 1px #fffc}.page-module__h4SgrW__followStats{z-index:2;justify-content:center;align-items:center;gap:2rem;min-height:48px;margin-bottom:.75rem;display:flex;position:relative}.page-module__h4SgrW__followStatItem{flex-direction:column;align-items:center;gap:.25rem;min-width:80px;display:flex}.page-module__h4SgrW__followStatNumber{color:#000000e6;font-size:1.125rem;font-weight:700;line-height:1.2}.page-module__h4SgrW__followStatLabel{color:#0009;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:500}@keyframes page-module__h4SgrW__fadeInUp{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.page-module__h4SgrW__profilePic:hover{transform:scale(1.02)}.page-module__h4SgrW__profilePic:before{content:"";z-index:-1;pointer-events:none;opacity:0;background:conic-gradient(#0a84ff66 0%,#0a84ff40 20%,#fff 30% 35%,#0a84ff40 45%,#0a84ff66 55%,#0a84ff40 70%,#fff 80% 85%,#0a84ff40 95%,#0a84ff66 100%);border-radius:50%;animation-name:page-module__h4SgrW__fadeInBlueCircle,page-module__h4SgrW__rotateBorder;animation-duration:.8s,6s;animation-timing-function:ease-out,linear;animation-iteration-count:1,infinite;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:.2s,0s;animation-fill-mode:both;animation-timeline:auto,auto;position:absolute;inset:-2.5px}@keyframes page-module__h4SgrW__rotateBorder{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page-module__h4SgrW__profilePic:after{content:"";z-index:-1;pointer-events:none;background:0 0;border-radius:50%;position:absolute;inset:2.5px}.page-module__h4SgrW__profileImage{object-fit:cover;z-index:1;opacity:0;border-radius:50%;width:100px;height:100px;animation:.8s ease-out .3s both page-module__h4SgrW__fadeInProfileImage;display:block;position:relative}.page-module__h4SgrW__username{color:#fff;text-shadow:0 2px 8px #00000026;z-index:2;letter-spacing:-.02em;margin-top:0;margin-bottom:.25rem;font-size:1.75rem;font-weight:800;position:relative}.page-module__h4SgrW__userHandle{color:#ffffffe6;z-index:2;letter-spacing:-.01em;margin-bottom:.5rem;font-size:1rem;font-weight:500;position:relative}.page-module__h4SgrW__traderScoreBanner{-webkit-backdrop-filter:blur(40px)saturate(200%);z-index:3;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;will-change:transform;isolation:isolate;backface-visibility:hidden;background:linear-gradient(135deg,#ffffff40 0%,#ffffff26 25%,#0a84ff33 50%,#ffffff26 75%,#ffffff40 100%);border:2px solid #fff9;border-radius:28px;outline:none;justify-content:center;align-items:center;margin-top:.5rem;margin-bottom:1rem;padding:1.5rem 3rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 20px 60px #0a84ff26,0 8px 24px #0a84ff1a,0 4px 12px #0000000d,inset 0 1px #fffc,inset 0 -1px #ffffff4d}.page-module__h4SgrW__traderScoreBanner:before{content:"";z-index:-1;opacity:.6;filter:blur(8px);pointer-events:none;background:conic-gradient(#0a84ff4d 0deg,#8a2be233 60deg,#ff149333 120deg,#ff8c0033 180deg,#ffd70033 240deg,#00bfff33 300deg,#0a84ff4d 360deg);border-radius:30px;animation:8s linear infinite page-module__h4SgrW__liquidRotate;position:absolute;inset:-2px}@keyframes page-module__h4SgrW__liquidRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page-module__h4SgrW__traderScoreBanner:hover{border-color:#fffc;transform:translateY(-2px)scale(1.01);box-shadow:0 24px 72px #0a84ff33,0 12px 32px #0a84ff26,0 6px 16px #00000014,inset 0 1px #ffffffe6,inset 0 -1px #fff6}.page-module__h4SgrW__traderScoreContent{z-index:2;flex-direction:column;align-items:center;gap:.25rem;display:flex;position:relative}.page-module__h4SgrW__traderScoreLabel{text-transform:uppercase;color:#fffffff2;letter-spacing:.15em;text-shadow:0 2px 12px #0a84ff66,0 1px 6px #0003,0 0 20px #ffffff4d;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-size:.8125rem;font-weight:600}.page-module__h4SgrW__traderScoreValue{color:#fffffffa;letter-spacing:-.04em;text-shadow:0 4px 24px #0a84ff80,0 2px 12px #0a84ff4d,0 1px 6px #0003,0 0 30px #fff6,0 0 15px #ffffff4d,0 0 8px #fff3;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:2.5rem;text-rendering:optimizeLegibility;align-items:center;font-size:2.5rem;font-weight:800;line-height:1;display:inline-flex}.page-module__h4SgrW__loadingDots{align-items:center;gap:.2em;height:1em;display:inline-flex}.page-module__h4SgrW__dot{opacity:.25;background:#fffffff2;border-radius:999px;width:.22em;height:.22em;animation:1.1s ease-in-out infinite page-module__h4SgrW__dotPulse}.page-module__h4SgrW__dot:nth-child(2){animation-delay:.16s}.page-module__h4SgrW__dot:nth-child(3){animation-delay:.32s}@keyframes page-module__h4SgrW__dotPulse{0%,80%,to{opacity:.25;transform:translateY(0)}40%{opacity:.95;transform:translateY(-2px)}}.page-module__h4SgrW__scoreFadeIn{animation:.22s ease-out both page-module__h4SgrW__scoreFadeIn;display:inline-block}@keyframes page-module__h4SgrW__scoreFadeIn{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}.page-module__h4SgrW__socialStats{color:var(--text-secondary);background:var(--background);box-shadow:var(--neumorphic-pressed);border-radius:16px;align-items:center;gap:.75rem;margin:1rem 0;padding:.5rem 1rem;font-size:.875rem;display:flex}.page-module__h4SgrW__aiSummaryContainer{-webkit-backdrop-filter:blur(20px)saturate(180%);text-align:center;z-index:2;opacity:1;background:#fff6;border:1px solid #ffffff80;border-radius:20px;width:calc(100% + 2rem);height:auto;min-height:140px;margin-top:.25rem;margin-left:-1rem;margin-right:-1rem;padding:1rem 1.75rem;transition:opacity .5s ease-in-out;animation:.5s ease-out page-module__h4SgrW__fadeIn;position:relative;overflow:hidden;box-shadow:inset 0 1px 2px #ffffff80,0 2px 8px #0000001a}@keyframes page-module__h4SgrW__fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.page-module__h4SgrW__aiSummaryContainer:before{content:"";pointer-events:none;z-index:0;background:linear-gradient(135deg,#ffffff80 0%,#ffffff4d 50%,#ffffff80 100%);border-radius:20px;position:absolute;inset:0}.page-module__h4SgrW__aiSummaryTitle{color:#000000d9;text-align:center;z-index:2;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.625rem;font-size:.875rem;font-weight:700;position:relative}.page-module__h4SgrW__bio{color:#000000bf;text-align:center;z-index:2;min-height:100px;font-size:.8125rem;line-height:1.5;position:relative}.page-module__h4SgrW__aiSummaryFadeIn{animation:.6s ease-in-out page-module__h4SgrW__fadeIn}@keyframes page-module__h4SgrW__fadeInText{0%{opacity:0}to{opacity:1}}@keyframes page-module__h4SgrW__fadeInProfilePic{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes page-module__h4SgrW__fadeInBlueCircle{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes page-module__h4SgrW__fadeInProfileImage{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes page-module__h4SgrW__fadeInAnalysis{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.page-module__h4SgrW__typingCursor{color:#0a84ffcc;margin-left:2px;font-weight:400;animation:1s infinite page-module__h4SgrW__blink;display:inline-block}@keyframes page-module__h4SgrW__blink{0%,50%{opacity:1}51%,to{opacity:0}}.page-module__h4SgrW__statsWrapper{flex-direction:column;align-items:center;width:100%;margin-bottom:2rem;display:flex}.page-module__h4SgrW__trustScoreContainer{z-index:2;flex-direction:column;align-items:center;width:100%;margin-bottom:1.5rem;display:flex;position:relative}.page-module__h4SgrW__trustScoreBox{z-index:2;min-width:220px;box-shadow:var(--neumorphic-flat);background:linear-gradient(135deg,#0a84ff 0%,#0a84ffcc 50%,#ffffffb3 100%);border:2px solid #fffc;border-radius:18px;flex-direction:column;align-items:center;padding:1.125rem 3.5rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:visible}.page-module__h4SgrW__trustScoreBox:hover{box-shadow:var(--neumorphic-convex);transform:translateY(-1px)}.page-module__h4SgrW__trustIcon{color:#fffffff2;opacity:.9;margin-bottom:.5rem;transition:transform .25s cubic-bezier(.4,0,.2,1)}.page-module__h4SgrW__trustScoreBox:hover .page-module__h4SgrW__trustIcon{opacity:1;transform:scale(1.05)}.page-module__h4SgrW__trustLabel{text-transform:uppercase;color:#ffffffe6;letter-spacing:.05em;margin-bottom:.375rem;font-size:.6875rem;font-weight:600}.page-module__h4SgrW__trustValue{color:#fff;letter-spacing:-.02em;font-size:2.25rem;font-weight:700;line-height:1}@keyframes page-module__h4SgrW__gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.page-module__h4SgrW__coreConnections{pointer-events:none;z-index:10;height:2rem;position:absolute;top:100%;left:0;right:0}.page-module__h4SgrW__coreLineVertical{z-index:10;background:#a3b1c699;border-radius:2.5px;width:2.5px;height:50%;position:absolute;top:0;left:50%;transform:translate(-50%)}.page-module__h4SgrW__coreLineHorizontal{z-index:10;background:#a3b1c699;border-radius:2.5px;height:2.5px;position:absolute;top:50%;left:16.66%;right:16.66%}.page-module__h4SgrW__coreLineDownLeft,.page-module__h4SgrW__coreLineDownMiddle,.page-module__h4SgrW__coreLineDownRight{z-index:10;background:#a3b1c699;border-radius:2.5px;width:2.5px;height:50%;position:absolute;top:50%}.page-module__h4SgrW__coreLineDownMiddle{left:50%;transform:translate(-50%)}.page-module__h4SgrW__coreLineDownLeft{left:16.66%;transform:translate(-50%)}.page-module__h4SgrW__coreLineDownRight{right:16.66%;transform:translate(50%)}.page-module__h4SgrW__statsBar{grid-template-columns:repeat(3,1fr);gap:.75rem;width:100%;margin-top:.5rem;margin-bottom:0;display:grid;position:relative}.page-module__h4SgrW__timeFilterContainer{justify-content:center;margin-bottom:1.5rem;display:flex}.page-module__h4SgrW__timeFilterButtons{background:var(--background);box-shadow:var(--neumorphic-pressed);border-radius:20px;gap:.25rem;padding:.25rem;display:flex}.page-module__h4SgrW__timeFilterButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:16px;flex:1;padding:.5rem .75rem;font-size:.8125rem;font-weight:600;transition:all .3s}.page-module__h4SgrW__timeFilterButton:hover{color:var(--text-primary)}.page-module__h4SgrW__timeFilterButtonActive{background:var(--background);color:var(--text-primary);box-shadow:3px 3px 6px var(--shadow-dark),-3px -3px 6px var(--shadow-light)}.page-module__h4SgrW__statsBarInCard{z-index:2;grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(3,1fr);gap:.625rem;width:calc(100% + 1rem);margin:1.5rem -.5rem 2rem;display:grid;position:relative}.page-module__h4SgrW__graphContainer{-webkit-backdrop-filter:blur(20px)saturate(180%);background:linear-gradient(135deg,#ffffffe6 0%,#f0f5ffd9 25%,#e6f0ffcc 50%,#f0f5ffd9 75%,#ffffffe6 100%);border-radius:28px;min-height:220px;padding:1.5rem 1.5rem 2rem;position:relative;overflow:hidden;box-shadow:0 8px 32px #1f268714,0 2px 8px #1f26870a,inset 0 1px #ffffffe6,inset 0 -1px #00000008}.page-module__h4SgrW__graphHeader{text-align:center;z-index:1;margin-bottom:1rem;position:relative}.page-module__h4SgrW__graph{z-index:1;width:100%;height:140px;margin-top:-2.25rem;position:relative;overflow:visible}.page-module__h4SgrW__graphValue{font-size:1.5rem;font-weight:800;display:block}.page-module__h4SgrW__dataPoint:first-child{animation-delay:.15s}.page-module__h4SgrW__dataPoint:nth-child(2){animation-delay:.2s}.page-module__h4SgrW__dataPoint:nth-child(3){animation-delay:.25s}.page-module__h4SgrW__dataPoint:nth-child(4){animation-delay:.3s}.page-module__h4SgrW__dataPoint:nth-child(5){animation-delay:.35s}.page-module__h4SgrW__dataPoint:nth-child(6){animation-delay:.4s}.page-module__h4SgrW__dataPoint:nth-child(7){animation-delay:.45s}.page-module__h4SgrW__dataPoint:nth-child(8){animation-delay:.5s}.page-module__h4SgrW__dataPoint:nth-child(9){animation-delay:.55s}.page-module__h4SgrW__dataPoint:nth-child(10){animation-delay:.6s}.page-module__h4SgrW__dataPoint:nth-child(11){animation-delay:.65s}.page-module__h4SgrW__dataPoint:nth-child(12){animation-delay:.7s}.page-module__h4SgrW__dataPoint:nth-child(13){animation-delay:.75s}.page-module__h4SgrW__dataPoint:nth-child(14){animation-delay:.8s}.page-module__h4SgrW__dataPoint:nth-child(15){animation-delay:.85s}@keyframes page-module__h4SgrW__chartAreaIn{0%{opacity:0;transform-origin:bottom;transform:scaleY(.8)}to{opacity:.25;transform:scaleY(1)}}@keyframes page-module__h4SgrW__chartLineIn{0%{stroke-dashoffset:1000px;opacity:0}40%{opacity:1}to{stroke-dashoffset:0;opacity:1}}@keyframes page-module__h4SgrW__pointFadeIn{0%{opacity:0;transform:scale(.5)}60%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.page-module__h4SgrW__statItemInCard{z-index:1;width:100%;min-width:0;height:105px;min-height:105px;box-shadow:9px 9px 16px var(--shadow-dark),-9px -9px 16px #ffffffb3;background:linear-gradient(135deg,#d6dce6f2 0%,#d6dce6e6 30%,#d6dce6d9 50%,#d6dce6e6 70%,#ffffffd9 100%);border:1px solid #fff9;border-radius:16px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.375rem;padding:1.125rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:visible}.page-module__h4SgrW__statItemInCard:before{content:"";z-index:-1;pointer-events:none;background:linear-gradient(135deg,#0000000d 0%,#00000005 25%,#fffffffa 50%,#00000005 75%,#0000000d 100%);border-radius:17px;position:absolute;inset:-1px}.page-module__h4SgrW__statItemInCard:after{content:"";z-index:-1;pointer-events:none;background:linear-gradient(135deg,#d6dce6f2 0%,#d6dce6e6 30%,#d6dce6d9 50%,#d6dce6e6 70%,#ffffffd9 100%);border-radius:16px;position:absolute;inset:1px}.page-module__h4SgrW__statItemInCard:hover{box-shadow:12px 12px 20px var(--shadow-dark),-12px -12px 20px #fffc;border-color:#ffffffb3;transform:translateY(-2px)}.page-module__h4SgrW__statIconInCard{color:#00000080;opacity:.8;flex-shrink:0;width:18px;height:18px;transition:all .3s cubic-bezier(.4,0,.2,1)}.page-module__h4SgrW__statItemInCard:hover .page-module__h4SgrW__statIconInCard{opacity:.9;transform:scale(1.05)}.page-module__h4SgrW__statLabelInCard{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;text-align:center;white-space:nowrap;font-size:.6875rem;font-weight:600;line-height:1.1}.page-module__h4SgrW__statLabelInCard.page-module__h4SgrW__multiLine{white-space:normal;flex-direction:column;gap:.125rem;line-height:1.1;display:flex}.page-module__h4SgrW__statValueInCard{color:#000000e6;text-align:center;letter-spacing:-.015em;text-shadow:none;font-size:1.125rem;font-weight:700;line-height:1.1}.page-module__h4SgrW__statValueInCard.page-module__h4SgrW__positive{color:var(--success)}.page-module__h4SgrW__statValueInCard.page-module__h4SgrW__negative{color:var(--danger)}.page-module__h4SgrW__statValueLoading{border-radius:8px;justify-content:center;align-items:center;width:80px;height:1.5rem;display:inline-flex}.page-module__h4SgrW__statValueLoading:before{content:"";border:2px solid #3c3c432e;border-top-color:#3c3c438c;border-radius:999px;width:14px;height:14px;animation:.75s linear infinite page-module__h4SgrW__ios-spinner}@keyframes page-module__h4SgrW__ios-spinner{to{transform:rotate(360deg)}}.page-module__h4SgrW__statItemInCard.page-module__h4SgrW__loading{position:relative;overflow:hidden}@media (prefers-reduced-motion:reduce){.page-module__h4SgrW__statValueLoading:before{animation:none}}@keyframes page-module__h4SgrW__card-pulse{0%,to{opacity:1}50%{opacity:.95}}@keyframes page-module__h4SgrW__card-shimmer{0%{transform:translate(-100%)translateY(-100%)rotate(45deg)}to{transform:translate(200%)translateY(200%)rotate(45deg)}}.page-module__h4SgrW__statItemTraderScore{-webkit-backdrop-filter:blur(40px)saturate(200%);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;will-change:transform;isolation:isolate;backface-visibility:hidden;grid-area:2/2/3/3;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;transform:translateZ(0);text-align:center!important;z-index:100!important;background:linear-gradient(135deg,#fff6 0%,#0a84ff66 20%,#0a84ff80 30%,#0a84ff99 50%,#0a84ff80 70%,#0a84ff66 80%,#fff6 100%)!important;border:2.5px solid #ffffff80!important;border-radius:28px!important;outline:none!important;justify-content:center!important;align-items:center!important;display:flex!important;box-shadow:0 10px 32px #0a84ff40,0 4px 16px #0a84ff33,0 2px 8px #0a84ff26,inset 0 2px 2px #ffffffe6,inset 0 -1px 1px #ffffff80!important}.page-module__h4SgrW__statItemTraderScore:before{content:"";z-index:-1;opacity:.8;filter:blur(1px);pointer-events:none;background:conic-gradient(#0a84ffb3 0deg,#8a2be280 60deg,#ff149380 120deg,#ff8c0080 180deg,#ffd70080 240deg,#00bfff80 300deg,#0a84ffb3 360deg);border-radius:31px;position:absolute;inset:-3px}.page-module__h4SgrW__statItemTraderScore:after{content:"";-webkit-backdrop-filter:blur(30px)saturate(200%);z-index:-1;pointer-events:none;background:linear-gradient(135deg,#fff6 0%,#0a84ff66 20%,#0a84ff80 30%,#0a84ff99 50%,#0a84ff80 70%,#0a84ff66 80%,#fff6 100%);border-radius:28px;position:absolute;inset:0}.page-module__h4SgrW__statItemTraderScore:hover{transform:translateY(-2px)scale(1.01);border-color:#fff9!important;box-shadow:0 10px 32px #0a84ff4d,0 4px 16px #0a84ff40,0 2px 8px #0a84ff33,inset 0 2px 2px #fffffff2,inset 0 -1px 1px #fff9!important}.page-module__h4SgrW__statItemTraderScore .page-module__h4SgrW__statIconInCard{display:none}.page-module__h4SgrW__statItemTraderScore .page-module__h4SgrW__statLabelInCard{text-transform:uppercase;color:#fff;letter-spacing:.12em;text-shadow:0 2px 10px #00000040,0 1px 5px #0003,0 0 8px #fff3;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;z-index:2;font-size:.8125rem;font-weight:600;position:relative}.page-module__h4SgrW__statItemTraderScore .page-module__h4SgrW__statValueInCard{color:#fff;letter-spacing:-.04em;text-shadow:0 5px 20px #0000004d,0 3px 12px #00000040,0 2px 6px #0003,0 1px 3px #00000026,0 0 25px #ffffff59,0 0 12px #ffffff40,0 0 6px #ffffff26;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;z-index:2;font-size:2.5rem;font-weight:900;line-height:1;position:relative}.page-module__h4SgrW__statsConnections{pointer-events:none;z-index:10;grid-area:2/1/auto/-1;height:0;margin:-.375rem 0;position:relative}.page-module__h4SgrW__statLineVerticalLeft,.page-module__h4SgrW__statLineVerticalMiddle,.page-module__h4SgrW__statLineVerticalRight{z-index:10;background:#a3b1c699;border-radius:2.5px;width:2.5px;height:calc(1.25rem + 4px);position:absolute;top:-.3125rem}.page-module__h4SgrW__statLineVerticalLeft{left:calc(16.66% - 1px);transform:translate(-50%)}.page-module__h4SgrW__statLineVerticalMiddle{left:50%;transform:translate(-50%)}.page-module__h4SgrW__statLineVerticalRight{right:calc(16.66% - 1px);transform:translate(50%)}.page-module__h4SgrW__statItem{z-index:1;min-width:0;box-shadow:var(--neumorphic-flat);background:linear-gradient(135deg,#e0e5ec 0%,#e0e5eccc 50%,#ffffffb3 100%);border:none;border-radius:14px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:1.125rem 1.25rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:visible}.page-module__h4SgrW__statItem:before{content:"";z-index:-1;pointer-events:none;background:linear-gradient(135deg,#0000002e 0%,#0000001f 30%,#fff 50%,#0000001f 70%,#0000002e 100%);border-radius:15px;position:absolute;inset:-1px}.page-module__h4SgrW__statItem:after{content:"";z-index:-1;pointer-events:none;background:linear-gradient(135deg,#e0e5ec 0%,#e0e5eccc 50%,#ffffffb3 100%);border-radius:14px;position:absolute;inset:1px}.page-module__h4SgrW__statItem:first-child,.page-module__h4SgrW__statItem:nth-child(2),.page-module__h4SgrW__statItem:nth-child(3){padding:.875rem}.page-module__h4SgrW__statItem:hover{box-shadow:var(--neumorphic-convex);transform:translateY(-1px)}.page-module__h4SgrW__statItem:hover .page-module__h4SgrW__statIcon{opacity:1;transform:scale(1.05)}.page-module__h4SgrW__statIcon{color:#0006;opacity:.7;flex-shrink:0;transition:all .25s cubic-bezier(.4,0,.2,1)}.page-module__h4SgrW__statLabel{color:#00000080;text-transform:uppercase;letter-spacing:.04em;text-align:center;white-space:nowrap;font-size:.625rem;font-weight:600;line-height:1.2}.page-module__h4SgrW__statLabel.page-module__h4SgrW__multiLine{white-space:normal;flex-direction:column;display:flex}.page-module__h4SgrW__statLabel span{display:block}.page-module__h4SgrW__statValueContainer{flex-direction:column;align-items:center;gap:.125rem;display:flex}.page-module__h4SgrW__statValue{color:var(--text-primary);white-space:nowrap;text-align:center;letter-spacing:-.015em;font-size:1rem;font-weight:600;line-height:1.2}.page-module__h4SgrW__statValueDollar{color:#00000080;white-space:nowrap;text-align:center;font-size:.75rem;font-weight:500}.page-module__h4SgrW__statValue.page-module__h4SgrW__positive{color:var(--success);text-shadow:0 0 10px #00d08433}.page-module__h4SgrW__statValueDollar.page-module__h4SgrW__positive{color:var(--success)}.page-module__h4SgrW__statValue.page-module__h4SgrW__negative,.page-module__h4SgrW__statValueDollar.page-module__h4SgrW__negative{color:var(--danger)}.page-module__h4SgrW__section{margin-bottom:2rem}.page-module__h4SgrW__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;padding:0 .5rem;display:flex}.page-module__h4SgrW__chartSectionHeader{justify-content:center;align-items:center;margin-bottom:.5rem;padding:0;display:flex}.page-module__h4SgrW__chartSectionHeader .page-module__h4SgrW__sectionTitle{color:#00000080}.page-module__h4SgrW__sectionTitle{color:var(--text-primary);font-size:1rem;font-weight:700}.page-module__h4SgrW__tabBar{background:var(--background);box-shadow:var(--neumorphic-pressed);border-radius:20px;gap:.25rem;margin-bottom:1rem;padding:.375rem;display:flex}.page-module__h4SgrW__tabButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:16px;flex:1;padding:.75rem 1rem;font-size:.875rem;font-weight:600;transition:all .3s}.page-module__h4SgrW__tabButtonActive{background:var(--background);color:var(--text-primary);box-shadow:3px 3px 6px var(--shadow-dark),-3px -3px 6px var(--shadow-light)}.page-module__h4SgrW__chartFilters{background:var(--background);box-shadow:var(--neumorphic-pressed);border-radius:16px;gap:.25rem;padding:.25rem;display:flex}.page-module__h4SgrW__chartFilter{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:12px;padding:.375rem .75rem;font-size:.75rem;font-weight:600;transition:all .2s}.page-module__h4SgrW__chartFilter.page-module__h4SgrW__active{background:var(--background);color:var(--text-primary);box-shadow:3px 3px 6px var(--shadow-dark),-3px -3px 6px var(--shadow-light)}.page-module__h4SgrW__graphContainer{background:var(--background);box-shadow:var(--neumorphic-pressed);border-radius:24px;min-height:220px;padding:1.5rem 1.5rem 2rem}.page-module__h4SgrW__graphHeader{text-align:center;margin-bottom:1rem}.page-module__h4SgrW__graphValue{color:var(--text-primary);font-size:1.5rem;font-weight:800;display:block}.page-module__h4SgrW__graphValuePositive{color:var(--success)}.page-module__h4SgrW__graphValueNegative{color:var(--danger)}.page-module__h4SgrW__graphChange{color:var(--text-secondary);font-size:.875rem}.page-module__h4SgrW__graphChangePositive{color:var(--success)}.page-module__h4SgrW__graphChangeNegative{color:var(--danger)}.page-module__h4SgrW__graphSvg{filter:drop-shadow(0 4px 12px #6366f126);width:100%;height:180px;overflow:visible}.page-module__h4SgrW__graphArea{opacity:.25;transition:opacity .5s cubic-bezier(.4,0,.2,1);animation:.8s cubic-bezier(.4,0,.2,1) page-module__h4SgrW__chartAreaIn}.page-module__h4SgrW__graphLine{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1000;stroke-dashoffset:0;filter:drop-shadow(0 0 8px #6366f166);transition:opacity .5s cubic-bezier(.4,0,.2,1);animation:.9s cubic-bezier(.4,0,.2,1) page-module__h4SgrW__chartLineIn}.page-module__h4SgrW__dataPoint{animation:.5s cubic-bezier(.4,0,.2,1) backwards page-module__h4SgrW__pointFadeIn}.page-module__h4SgrW__gridLines{stroke:#6366f10f;transition:opacity .4s ease-out}.page-module__h4SgrW__gridLines line{stroke-dasharray:4 4;transition:opacity .4s ease-out}.page-module__h4SgrW__graphYLabel,.page-module__h4SgrW__graphXLabel{fill:#64748b;opacity:.7;letter-spacing:.02em;font-size:.5rem;font-weight:600}.page-module__h4SgrW__graphLabels{justify-content:space-between;margin-top:.5rem;padding:0 .5rem;display:flex}.page-module__h4SgrW__graphLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:500}.page-module__h4SgrW__holdingsList,.page-module__h4SgrW__tradesList{flex-direction:column;gap:.875rem;display:flex}.page-module__h4SgrW__holdingCard,.page-module__h4SgrW__tradeCard{background:var(--background);box-shadow:var(--neumorphic-flat);border:1px solid #fff6;border-radius:16px;justify-content:space-between;align-items:center;gap:1rem;min-height:auto;padding:1rem 1.25rem;transition:all .2s;display:flex;overflow:visible}.page-module__h4SgrW__tradeCard{background:var(--background);box-shadow:var(--neumorphic-flat);border:1px solid #fff6;border-radius:20px;justify-content:space-between;align-items:center;gap:1.5rem;min-height:90px;padding:1.5rem 1.75rem;transition:all .2s;display:flex;position:relative}.page-module__h4SgrW__tradeCard:hover{box-shadow:8px 8px 16px var(--shadow-dark),-8px -8px 16px var(--shadow-light);border-color:#fff9;transform:translateY(-2px)}.page-module__h4SgrW__holdingCard:hover{box-shadow:8px 8px 16px var(--shadow-dark),-8px -8px 16px var(--shadow-light);transform:translateY(-1px)}.page-module__h4SgrW__tokenImageWrapper{background:var(--background);width:48px;height:48px;box-shadow:var(--neumorphic-convex);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-right:1.125rem;padding:5px;display:flex}.page-module__h4SgrW__tradeCard .page-module__h4SgrW__tokenImageWrapper{width:36px;height:36px;margin-right:0;padding:4px}.page-module__h4SgrW__holdingInfo,.page-module__h4SgrW__tradeInfo{flex:1;align-items:center;min-width:0;display:flex}.page-module__h4SgrW__holdingDetails,.page-module__h4SgrW__tradeDetails{flex-direction:column;gap:.25rem;display:flex}.page-module__h4SgrW__holdingSymbol{color:var(--text-primary);letter-spacing:-.01em;font-size:1rem;font-weight:700}.page-module__h4SgrW__holdingAmount{color:var(--text-secondary);font-size:.9375rem;font-weight:500}.page-module__h4SgrW__holdingValue{color:var(--text-primary);white-space:nowrap;margin-left:.75rem;font-size:1.0625rem;font-weight:700}.page-module__h4SgrW__totalValue{background:var(--background);box-shadow:var(--neumorphic-pressed);border:1px solid #fff6;border-radius:20px;justify-content:space-between;align-items:center;margin-top:.75rem;padding:1.25rem;display:flex}.page-module__h4SgrW__totalLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.page-module__h4SgrW__totalAmount{color:var(--text-primary);font-size:1.25rem;font-weight:800}.page-module__h4SgrW__tradeMetaClean{z-index:1;flex-direction:column;flex-shrink:0;justify-content:space-between;align-items:flex-end;gap:0;display:flex;position:absolute;top:1.25rem;bottom:1.25rem;right:1.75rem}.page-module__h4SgrW__tradeDate{color:var(--text-secondary);white-space:nowrap;letter-spacing:.01em;font-size:.875rem;font-weight:500;line-height:1.3}.page-module__h4SgrW__tradePnL{white-space:nowrap;letter-spacing:-.02em;font-size:1.125rem;font-weight:700;line-height:1.2}.page-module__h4SgrW__tradePnL.page-module__h4SgrW__positive{color:var(--success)}.page-module__h4SgrW__tradePnL.page-module__h4SgrW__negative{color:var(--danger)}.page-module__h4SgrW__swapContent{flex:1;align-items:center;gap:1.25rem;min-width:0;padding-right:140px;display:flex}.page-module__h4SgrW__tokenSide{flex-direction:column;align-items:flex-start;gap:.375rem;min-width:0;display:flex}.page-module__h4SgrW__tokenSideRight{flex-direction:column;align-items:flex-start;gap:.375rem;min-width:0;margin-left:.75rem;display:flex}.page-module__h4SgrW__tokenAmountLarge{color:var(--text-primary);white-space:nowrap;text-overflow:clip;letter-spacing:-.03em;font-size:1.375rem;font-weight:700;line-height:1.1;overflow:visible}.page-module__h4SgrW__tokenSymbolSmall{color:var(--text-secondary);white-space:nowrap;letter-spacing:.01em;font-size:.9375rem;font-weight:600;line-height:1.2}.page-module__h4SgrW__swapArrowContainer{background:var(--background);width:36px;height:36px;box-shadow:var(--neumorphic-convex);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-left:.5rem;display:flex}.page-module__h4SgrW__swapArrow{color:var(--text-secondary);opacity:.7;font-size:1.125rem;font-weight:500;line-height:1}.page-module__h4SgrW__tokenImageWrapper{flex-shrink:0}.page-module__h4SgrW__tokenImage{object-fit:cover;border-radius:50%;width:100%;height:100%}.page-module__h4SgrW__tradeCard .page-module__h4SgrW__tokenImage{width:28px;height:28px}.page-module__h4SgrW__rewardsList{flex-direction:column;gap:.875rem;display:flex}.page-module__h4SgrW__rewardCard{background:var(--background);box-shadow:var(--neumorphic-flat);border:1px solid #fff6;border-radius:24px;align-items:center;gap:1rem;padding:1.125rem 1.25rem;transition:all .2s;display:flex}.page-module__h4SgrW__rewardCard:hover{box-shadow:8px 8px 16px var(--shadow-dark),-8px -8px 16px var(--shadow-light);transform:translateY(-1px)}.page-module__h4SgrW__rewardIcon{background:var(--background);width:48px;height:48px;color:var(--accent);box-shadow:var(--neumorphic-convex);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.page-module__h4SgrW__rewardInfo{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.page-module__h4SgrW__rewardTitle{color:var(--text-primary);letter-spacing:-.01em;font-size:1rem;font-weight:700}.page-module__h4SgrW__rewardDescription{color:var(--text-secondary);font-size:.875rem;font-weight:500}.page-module__h4SgrW__rewardStatus{flex-shrink:0;align-items:center;display:flex}.page-module__h4SgrW__rewardBadge{text-transform:uppercase;letter-spacing:.05em;border-radius:16px;padding:.375rem .875rem;font-size:.75rem;font-weight:700}.page-module__h4SgrW__rewardBadgeUnlocked{background:var(--background);color:var(--success);box-shadow:inset 2px 2px 5px var(--shadow-dark),inset -2px -2px 5px var(--shadow-light);border:1px solid #00d08433}.page-module__h4SgrW__rewardBadgeLocked{background:var(--background);color:var(--text-tertiary);box-shadow:var(--neumorphic-pressed);opacity:.7}.page-module__h4SgrW__rewardCardLocked .page-module__h4SgrW__rewardIcon{color:var(--text-tertiary);opacity:.5}.page-module__h4SgrW__rewardCardLocked .page-module__h4SgrW__rewardTitle,.page-module__h4SgrW__rewardCardLocked .page-module__h4SgrW__rewardDescription{opacity:.6}.page-module__h4SgrW__saveButton{letter-spacing:.02em;cursor:pointer;background:var(--background);color:var(--accent);box-shadow:6px 6px 12px var(--shadow-dark),-6px -6px 12px var(--shadow-light);white-space:nowrap;border:1px solid #0a84ff26;border-radius:16px;min-width:80px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:700;transition:all .2s}.page-module__h4SgrW__saveButton:hover:not(:disabled){box-shadow:var(--neumorphic-pressed),0 0 8px #0a84ff33;border-color:#0a84ff4d;transform:translateY(-1px)}.page-module__h4SgrW__saveButton:active:not(:disabled){box-shadow:var(--neumorphic-pressed);transform:translateY(0)}.page-module__h4SgrW__saveButton:disabled{cursor:not-allowed;opacity:.7}.page-module__h4SgrW__saveButtonSaved{color:var(--success);box-shadow:6px 6px 12px var(--shadow-dark),-6px -6px 12px var(--shadow-light),0 0 0 1px #00d0841a;border-color:#00d0844d}.page-module__h4SgrW__saveButtonSaved:hover{border-color:#00d08466}.page-module__h4SgrW__castButton{letter-spacing:.02em;cursor:pointer;background:var(--background);color:var(--accent);box-shadow:6px 6px 12px var(--shadow-dark),-6px -6px 12px var(--shadow-light);white-space:nowrap;border:1px solid #0a84ff26;border-radius:16px;min-width:80px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:700;transition:all .2s}.page-module__h4SgrW__castButton:hover:not(:disabled){box-shadow:var(--neumorphic-pressed),0 0 8px #0a84ff33;border-color:#0a84ff4d;transform:translateY(-1px)}.page-module__h4SgrW__castButton:active:not(:disabled){box-shadow:var(--neumorphic-pressed);transform:translateY(0)}.page-module__h4SgrW__castButton:disabled{cursor:not-allowed;opacity:.7}.page-module__h4SgrW__castButtonComplete{color:var(--success);box-shadow:6px 6px 12px var(--shadow-dark),-6px -6px 12px var(--shadow-light),0 0 0 1px #00d0841a;border-color:#00d0844d}.page-module__h4SgrW__castButtonComplete:hover{border-color:#00d08466}.page-module__h4SgrW__startButton{letter-spacing:.02em;cursor:pointer;background:var(--background);color:var(--accent);box-shadow:6px 6px 12px var(--shadow-dark),-6px -6px 12px var(--shadow-light);white-space:nowrap;border:1px solid #0a84ff26;border-radius:16px;min-width:80px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:700;transition:all .2s}.page-module__h4SgrW__startButton:hover{box-shadow:var(--neumorphic-pressed),0 0 8px #0a84ff33;border-color:#0a84ff4d;transform:translateY(-1px)}.page-module__h4SgrW__startButton:active{box-shadow:var(--neumorphic-pressed);transform:translateY(0)}.page-module__h4SgrW__chartLoading,.page-module__h4SgrW__swapsLoading{z-index:10000;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:200px;padding:3rem 2rem;display:flex;position:relative}.page-module__h4SgrW__loadingSpinner{border:4px solid var(--background);border-top:4px solid var(--accent);width:48px;height:48px;box-shadow:var(--neumorphic-convex);z-index:10001;border-radius:50%;animation:1s linear infinite page-module__h4SgrW__spin;position:relative}.page-module__h4SgrW__loadingText{color:var(--text-secondary);letter-spacing:.02em;align-items:center;gap:.25rem;font-size:.9375rem;font-weight:500;display:flex}.page-module__h4SgrW__loadingDots{display:inline-flex}.page-module__h4SgrW__loadingDots span{opacity:.2;animation:1.2s infinite page-module__h4SgrW__loadingDots}.page-module__h4SgrW__loadingDots span:nth-child(2){animation-delay:.2s}.page-module__h4SgrW__loadingDots span:nth-child(3){animation-delay:.4s}@keyframes page-module__h4SgrW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page-module__h4SgrW__tokenTransactionCard{background:var(--background);box-shadow:var(--neumorphic-flat);border:1px solid #fff6;border-radius:20px;padding:1.5rem;transition:all .2s}.page-module__h4SgrW__tokenTransactionCard:hover{box-shadow:8px 8px 16px var(--shadow-dark),-8px -8px 16px var(--shadow-light);transform:translateY(-2px)}.page-module__h4SgrW__tokenTransactionHeader{justify-content:space-between;align-items:center;gap:1rem;min-width:0;margin-bottom:1rem;display:flex}.page-module__h4SgrW__tokenTransactionInfo{flex:1;align-items:center;gap:.375rem;min-width:0;display:flex}.page-module__h4SgrW__tokenTransactionInfo .page-module__h4SgrW__tokenImageWrapper{flex-shrink:0;width:52px;height:52px}.page-module__h4SgrW__tokenTransactionNameWrapper{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.page-module__h4SgrW__tokenTransactionName{color:var(--text-primary);letter-spacing:-.01em;white-space:nowrap;max-width:100%;font-size:1rem;font-weight:700;overflow:hidden}.page-module__h4SgrW__tokenTransactionDate{color:var(--text-secondary);letter-spacing:.01em;font-size:.8125rem;font-weight:500}.page-module__h4SgrW__tokenTransactionPnL{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.25rem;min-width:0;max-width:100%;display:flex}.page-module__h4SgrW__tokenTransactionPnLValue{letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:1.125rem;font-weight:700;line-height:1.2;overflow:hidden}.page-module__h4SgrW__tokenTransactionPnLValue.page-module__h4SgrW__positive{color:var(--success)}.page-module__h4SgrW__tokenTransactionPnLValue.page-module__h4SgrW__negative{color:var(--danger)}.page-module__h4SgrW__tokenTransactionPnLPercent{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.875rem;font-weight:600;line-height:1.2;overflow:hidden}.page-module__h4SgrW__tokenTransactionPnLPercent.page-module__h4SgrW__positive{color:var(--success)}.page-module__h4SgrW__tokenTransactionPnLPercent.page-module__h4SgrW__negative{color:var(--danger)}.page-module__h4SgrW__tokenTransactionDivider{background:#00000014;height:1px;margin:1rem 0}.page-module__h4SgrW__tokenTransactionMetrics{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.page-module__h4SgrW__tokenTransactionMetric{flex-direction:column;gap:.5rem;display:flex}.page-module__h4SgrW__tokenTransactionMetricLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.8125rem;font-weight:500}.page-module__h4SgrW__tokenTransactionMetricValuePositive{color:var(--success);letter-spacing:-.01em;font-size:1.0625rem;font-weight:700}.page-module__h4SgrW__tokenTransactionMetricValueNegative{color:var(--danger);letter-spacing:-.01em;font-size:1.0625rem;font-weight:700}.page-module__h4SgrW__tokenTransactionMetricValueNeutral{color:var(--text-primary);letter-spacing:-.01em;font-size:1.0625rem;font-weight:700}@keyframes page-module__h4SgrW__loadingDots{0%,20%{opacity:.2}40%{opacity:1}60%,to{opacity:.2}}.page-module__h4SgrW__transactionsList{flex-direction:column;gap:.875rem;display:flex}.page-module__h4SgrW__transactionCard{background:var(--background);box-shadow:var(--neumorphic-flat);border:1px solid #fff6;border-radius:20px;padding:.875rem 1.5rem;transition:all .2s}.page-module__h4SgrW__transactionCard:hover{box-shadow:8px 8px 16px var(--shadow-dark),-8px -8px 16px var(--shadow-light);transform:translateY(-2px)}.page-module__h4SgrW__transactionHeader{justify-content:space-between;align-items:center;margin-bottom:.625rem;display:flex}.page-module__h4SgrW__transactionInfo{flex:1;align-items:center;gap:.5rem;min-width:0;margin-left:-.5rem;display:flex}.page-module__h4SgrW__transactionTypeBadge{flex-shrink:0;margin-left:-.5rem;margin-right:-.25rem}.page-module__h4SgrW__transactionBuyBadge{color:#0a84ff;text-transform:uppercase;letter-spacing:.05em;background:#0a84ff26;border-radius:8px;padding:.5rem .75rem;font-size:.8125rem;font-weight:700;display:inline-block}.page-module__h4SgrW__transactionSellBadge{color:#ff3b30;text-transform:uppercase;letter-spacing:.05em;background:#ff3b3026;border-radius:8px;padding:.5rem .75rem;font-size:.8125rem;font-weight:700;display:inline-block}.page-module__h4SgrW__transactionCard .page-module__h4SgrW__tokenImageWrapper{flex-shrink:0;width:52px;height:52px}.page-module__h4SgrW__transactionNameWrapper{flex-direction:column;flex:1;gap:.25rem;min-width:0;margin-left:-.75rem;display:flex}.page-module__h4SgrW__transactionTokenRow{justify-content:space-between;align-items:center;gap:1rem;min-width:0;display:flex}.page-module__h4SgrW__transactionTokenSymbol{color:var(--text-primary);letter-spacing:-.01em;white-space:nowrap;flex:1;min-width:0;font-size:1rem;font-weight:700;overflow:hidden}.page-module__h4SgrW__transactionAmountRow{align-items:center;gap:.375rem;min-width:0;display:flex;overflow:hidden}.page-module__h4SgrW__transactionAmount,.page-module__h4SgrW__transactionTokenName{color:var(--text-secondary);white-space:nowrap;min-width:0;font-size:.8125rem;font-weight:500;overflow:hidden}.page-module__h4SgrW__transactionUsdValue{color:var(--text-primary);white-space:nowrap;letter-spacing:-.01em;text-overflow:ellipsis;flex-shrink:0;min-width:0;font-size:1rem;font-weight:700;overflow:hidden}.page-module__h4SgrW__transactionPnLDisplay{align-items:center;display:flex}.page-module__h4SgrW__transactionPositivePnL{color:var(--success);white-space:nowrap;letter-spacing:-.01em;text-overflow:ellipsis;min-width:0;max-width:100%;font-size:1.0625rem;font-weight:700;line-height:1.2;overflow:hidden}.page-module__h4SgrW__transactionNegativePnL{color:var(--danger);white-space:nowrap;letter-spacing:-.01em;text-overflow:ellipsis;min-width:0;max-width:100%;font-size:1.0625rem;font-weight:700;line-height:1.2;overflow:hidden}.page-module__h4SgrW__transactionFooter{border-top:1px solid #00000014;justify-content:space-between;align-items:center;padding-top:.625rem;display:flex}.page-module__h4SgrW__transactionFooterPnL{flex:1;align-items:center;gap:.5rem;min-width:0;display:flex;overflow:hidden}.page-module__h4SgrW__transactionFooterRight{align-items:center;gap:.5rem;display:flex}.page-module__h4SgrW__transactionNeutralPnL{color:var(--text-primary);white-space:nowrap;letter-spacing:-.01em;text-overflow:ellipsis;min-width:0;max-width:100%;font-size:1.0625rem;font-weight:700;line-height:1.2;overflow:hidden}.page-module__h4SgrW__transactionPnLLabel{color:var(--text-secondary);white-space:nowrap;font-size:.8125rem;font-weight:600}.page-module__h4SgrW__transactionPnLLabelPositive{color:var(--success);white-space:nowrap;font-size:.8125rem;font-weight:600}.page-module__h4SgrW__transactionPnLLabelNegative{color:var(--danger);white-space:nowrap;font-size:.8125rem;font-weight:600}.page-module__h4SgrW__transactionDate{color:var(--text-secondary);white-space:nowrap;font-size:.8125rem;font-weight:500}.page-module__h4SgrW__transactionHashLink{color:var(--text-secondary);opacity:.7;justify-content:center;align-items:center;text-decoration:none;transition:color .2s;display:inline-flex}.page-module__h4SgrW__transactionHashLink:hover{color:var(--text-primary);opacity:1}
.SearchBar-module__8WpF3W__searchBarContainer{z-index:50;width:100%;position:relative}.SearchBar-module__8WpF3W__searchBar{width:100%}.SearchBar-module__8WpF3W__searchWrapper{width:100%;height:56px;box-shadow:9px 9px 16px var(--shadow-dark),-9px -9px 16px #fff9;background:linear-gradient(135deg,#e6ebf2b3 0%,#ebf0f5a6 30%,#ffffffd9 56%,#ffffffe6 100%);border:1px solid #ffffff80;border-radius:24px;align-items:center;padding:0 1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:visible}.SearchBar-module__8WpF3W__searchWrapper:before{content:"";z-index:-1;pointer-events:none;background:linear-gradient(135deg,#0000001a 0%,#0000000d 30%,#fffc 50%,#0000000d 70%,#0000001a 100%);border-radius:25px;position:absolute;inset:-1px}.SearchBar-module__8WpF3W__searchWrapper:after{content:"";z-index:-1;pointer-events:none;background:linear-gradient(135deg,#e6ebf2b3 0%,#ebf0f5a6 30%,#ffffffd9 56%,#ffffffe6 100%);border-radius:24px;position:absolute;inset:1px}.SearchBar-module__8WpF3W__searchWrapper:focus-within{box-shadow:12px 12px 20px var(--shadow-dark),-12px -12px 20px #ffffffb3;border-color:#fff9;transform:translateY(-1px)}.SearchBar-module__8WpF3W__searchIcon{color:var(--accent);opacity:.95;margin-right:.75rem}.SearchBar-module__8WpF3W__input{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;font-size:1rem;font-weight:500}.SearchBar-module__8WpF3W__input::placeholder{color:var(--text-tertiary)}.SearchBar-module__8WpF3W__clearButton{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.SearchBar-module__8WpF3W__suggestionsDropdown{box-shadow:9px 9px 16px var(--shadow-dark),-9px -9px 16px #fff9;z-index:100;background:linear-gradient(135deg,#d6dce6e6 0%,#d6dce6d9 50%,#fffc 100%);border:1px solid #ffffff80;border-radius:20px;margin-top:1rem;padding:.5rem;position:relative;top:100%;left:0;right:0;overflow:hidden}.SearchBar-module__8WpF3W__suggestionsDropdown:before{content:"";z-index:-1;pointer-events:none;background:linear-gradient(135deg,#0000001a 0%,#0000000d 30%,#fffc 50%,#0000000d 70%,#0000001a 100%);border-radius:21px;position:absolute;inset:-1px}.SearchBar-module__8WpF3W__suggestionItem{cursor:pointer;border-radius:12px;align-items:center;padding:.75rem 1rem;transition:all .2s;display:flex}.SearchBar-module__8WpF3W__suggestionItem:hover{box-shadow:3px 3px 6px var(--shadow-dark),-3px -3px 6px var(--shadow-light);background:#ffffff80}.SearchBar-module__8WpF3W__suggestionAvatar{box-shadow:var(--neumorphic-convex);border:3px solid var(--background);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:58px;height:58px;margin-right:.75rem;display:flex}.SearchBar-module__8WpF3W__suggestionAvatar img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.SearchBar-module__8WpF3W__suggestionInfo{flex-direction:column;flex:1;display:flex}.SearchBar-module__8WpF3W__suggestionDisplayName{color:var(--text-primary);font-size:.9375rem;font-weight:600}.SearchBar-module__8WpF3W__suggestionUsername{color:var(--text-secondary);font-size:.8125rem}.SearchBar-module__8WpF3W__followerCount{color:var(--text-tertiary);background:#0000000d;border-radius:8px;padding:2px 6px;font-size:.75rem;box-shadow:inset 2px 2px 4px #0000001a,inset -2px -2px 4px #ffffff80}
.Leaderboard-module__kIDSHa__leaderboard{flex-direction:column;gap:.75rem;margin-top:.25rem;display:flex}.Leaderboard-module__kIDSHa__tabButtons{box-shadow:inset 4px 4px 8px var(--shadow-dark),inset -4px -4px 8px #ffffffb3;background:linear-gradient(135deg,#c8d2e199 0%,#d6dce680 50%,#f0f5fa99 100%);border:1px solid #fff6;border-radius:14px;align-items:center;gap:.125rem;max-width:100%;margin-bottom:0;margin-left:auto;margin-right:auto;padding:.25rem;display:flex;position:relative}.Leaderboard-module__kIDSHa__tabButton{color:var(--text-secondary);cursor:pointer;z-index:1;white-space:nowrap;text-align:center;background:0 0;border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;width:50%;min-width:0;padding:.625rem 1.8rem;font-size:.8125rem;font-weight:600;line-height:1.2;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.Leaderboard-module__kIDSHa__tabButton.Leaderboard-module__kIDSHa__active{color:var(--text-primary);background:linear-gradient(135deg,#fffffff2 0%,#fafcffe6 100%);border:1px solid #fff9;box-shadow:2px 2px 4px #0000001a,-2px -2px 4px #fffc,0 0 0 1px #ffffff80}.Leaderboard-module__kIDSHa__tabButton:not(.Leaderboard-module__kIDSHa__active):hover{color:var(--text-primary);background:#ffffff26}.Leaderboard-module__kIDSHa__tabButton:active{transform:scale(.98)}.Leaderboard-module__kIDSHa__feedContainer{flex-direction:column;gap:0;margin-top:.1rem;padding:0;display:flex;position:relative;transform:translateZ(0)}.Leaderboard-module__kIDSHa__feedCard{box-shadow:none;-webkit-backdrop-filter:blur(10px);cursor:pointer;will-change:transform;isolation:isolate;background:linear-gradient(135deg,#ffffff80 0%,#fafcff73 30%,#f5f8fc66 50%,#fafcff73 70%,#ffffff80 100%);border:none;border-bottom:1px solid #0000000f;border-radius:0;align-items:flex-start;gap:.75rem;padding:.875rem 1.25rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative;transform:translateZ(0)}.Leaderboard-module__kIDSHa__feedCard:first-child{border-top-left-radius:20px;border-top-right-radius:20px}.Leaderboard-module__kIDSHa__feedCard:last-child{border-bottom:none;border-bottom-right-radius:20px;border-bottom-left-radius:20px}.Leaderboard-module__kIDSHa__feedCard:hover{background:linear-gradient(135deg,#fffffff2 0%,#fafcffe6 30%,#f5f8fcd9 50%,#fafcffe6 70%,#fffffff2 100%)}.Leaderboard-module__kIDSHa__feedCard:active{background:linear-gradient(135deg,#f5f8fce6 0%,#f0f5fad9 30%,#ebf2f8cc 50%,#f0f5fad9 70%,#f5f8fce6 100%)}.Leaderboard-module__kIDSHa__feedAvatarWrap{flex-shrink:0;width:44px;height:44px;position:relative}.Leaderboard-module__kIDSHa__feedAvatar{object-fit:cover;border:2.5px solid #fffffff2;border-radius:50%;width:44px;height:44px;box-shadow:0 2px 8px #00000014,0 0 0 1px #0000000a}.Leaderboard-module__kIDSHa__feedContent{flex-direction:column;flex:1;gap:.25rem;min-width:0;padding-top:0;display:flex}.Leaderboard-module__kIDSHa__feedText{color:#000000e0;word-wrap:break-word;letter-spacing:-.01em;font-size:.9375rem;line-height:1.4}.Leaderboard-module__kIDSHa__feedUsername{color:#000000fa;font-size:.9375rem;font-weight:700}.Leaderboard-module__kIDSHa__feedAmount{color:#34d399;font-size:.9375rem;font-weight:700}.Leaderboard-module__kIDSHa__feedIconWrap{vertical-align:middle;align-items:center;margin-top:-1px;margin-left:.375rem;display:inline-flex}.Leaderboard-module__kIDSHa__feedIcon{color:#0a84ffe6;stroke-width:2.5px;flex-shrink:0}.Leaderboard-module__kIDSHa__feedMeta{color:#64748bbf;align-items:center;gap:.5rem;margin-top:.125rem;font-size:.8125rem;font-weight:500;display:flex}.Leaderboard-module__kIDSHa__feedMeta:before{content:"•";color:#64748b80;margin-right:-.25rem}.Leaderboard-module__kIDSHa__filterGroup{align-items:center;gap:.75rem;display:flex}.Leaderboard-module__kIDSHa__metricFilters{box-shadow:inset 4px 4px 8px var(--shadow-dark),inset -4px -4px 8px #ffffffb3;background:linear-gradient(135deg,#c8d2e1b3 0%,#d6dce699 50%,#f0f5fab3 100%);border:1px solid #fff6;border-radius:16px;gap:.125rem;padding:.25rem;display:flex}.Leaderboard-module__kIDSHa__metricFilter{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:12px;min-width:auto;padding:.375rem .875rem;font-size:.8125rem;font-weight:600;transition:all .3s}.Leaderboard-module__kIDSHa__metricFilter.Leaderboard-module__kIDSHa__active{color:var(--text-primary);box-shadow:3px 3px 6px var(--shadow-dark),-3px -3px 6px #fff9;background:#d6dce6cc;border:1px solid #fff6}.Leaderboard-module__kIDSHa__titleRow{align-items:center;display:flex}.Leaderboard-module__kIDSHa__title{color:#000000eb;letter-spacing:.15em;text-transform:uppercase;z-index:1;align-items:center;gap:.45rem;margin:0;font-size:1.1rem;font-weight:700;display:flex;position:relative}.Leaderboard-module__kIDSHa__infoWrap{align-items:center;display:inline-flex;position:relative}.Leaderboard-module__kIDSHa__infoButton{width:18px;height:18px;box-shadow:none;color:#475569e6;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.Leaderboard-module__kIDSHa__infoButton:hover{color:#0a84fff2}.Leaderboard-module__kIDSHa__infoButton:focus-visible{outline-offset:3px;outline:2px solid #0a84ff59}.Leaderboard-module__kIDSHa__infoPopover{-webkit-backdrop-filter:blur(18px)saturate(160%);z-index:999;text-transform:none;letter-spacing:normal;background:linear-gradient(135deg,#ffffffe6 0%,#e0e5ecd1 35%,#e0e5ecc2 100%);border:1px solid #ffffff80;border-radius:16px;width:min(420px,90vw);padding:1rem 1.05rem;animation:.16s cubic-bezier(.2,.8,.2,1) both Leaderboard-module__kIDSHa__infoPopoverIn;position:fixed;top:clamp(120px,22vh,190px);left:50%;transform:translate(-50%);box-shadow:0 18px 40px #02061733,0 10px 22px #0a84ff24,inset 0 1px #ffffffa6}.Leaderboard-module__kIDSHa__infoPopoverClose{width:28px;height:28px;box-shadow:3px 3px 6px var(--shadow-dark),-3px -3px 6px #ffffffb3;color:#475569f2;cursor:pointer;background:#fff9;border:1px solid #ffffff8c;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:10px;right:10px}.Leaderboard-module__kIDSHa__infoPopoverClose:active{box-shadow:inset 3px 3px 6px var(--shadow-dark),inset -3px -3px 6px #ffffffb3}.Leaderboard-module__kIDSHa__infoPopoverClose:hover{color:#0a84fff2}.Leaderboard-module__kIDSHa__infoPopover:before{display:none}.Leaderboard-module__kIDSHa__infoPopover:after{content:"";pointer-events:none;opacity:.9;background:radial-gradient(90% 70% at 20% 10%,#ffffff52 0%,#fff0 55%);border-radius:16px;position:absolute;inset:0}@keyframes Leaderboard-module__kIDSHa__infoPopoverIn{0%{opacity:0;transform:translate(-50%)translateY(-8px)scale(.98)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}.Leaderboard-module__kIDSHa__infoPopoverTitle{letter-spacing:.12em;text-transform:uppercase;color:#475569e6;margin-bottom:.4rem;font-size:.84rem;font-weight:800}.Leaderboard-module__kIDSHa__infoPopoverText{color:#475569d9;font-size:.86rem;font-weight:600;line-height:1.35}.Leaderboard-module__kIDSHa__title:before,.Leaderboard-module__kIDSHa__title:after{content:"";background:linear-gradient(90deg,#0000 0%,#64748b66 100%);width:2.5rem;height:1px}.Leaderboard-module__kIDSHa__title:after{background:linear-gradient(90deg,#64748b66 0%,#0000 100%)}.Leaderboard-module__kIDSHa__titleAbovePodium{isolation:isolate;z-index:1;text-align:center;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;min-height:0;margin:.25rem 0 .5rem;padding:0 .5rem;display:flex;position:relative}.Leaderboard-module__kIDSHa__podiumTitle{color:var(--text-primary);text-shadow:0 0 20px #fff,0 0 30px #fff,0 0 40px #fffffff2,0 0 50px #ffffffe6,0 0 60px #ffffffd9,0 0 70px #fffc,0 0 80px #ffffffbf,0 0 90px #ffffffb3,0 2px 4px #fff,0 4px 8px #ffffffe6,0 6px 12px #fffc;margin:0 0 .25rem;font-size:1.25rem;font-weight:700;line-height:1.2}.Leaderboard-module__kIDSHa__podiumSubtitle{color:var(--text-secondary);opacity:.8;text-shadow:0 0 15px #fff,0 0 25px #fffffff2,0 0 35px #ffffffe6,0 0 45px #ffffffd9,0 0 55px #fffc,0 0 65px #ffffffbf,0 0 75px #ffffffb3,0 1px 3px #fff,0 2px 6px #ffffffe6,0 3px 9px #fffc;margin:0;font-size:.875rem;font-weight:300;line-height:1.4}.Leaderboard-module__kIDSHa__titleAbovePodium:before{display:none}.Leaderboard-module__kIDSHa__filters{box-shadow:inset 4px 4px 8px var(--shadow-dark),inset -4px -4px 8px #ffffffb3;background:linear-gradient(135deg,#c8d2e1b3 0%,#d6dce699 50%,#f0f5fab3 100%);border:1px solid #fff6;border-radius:16px;gap:.125rem;padding:.25rem;display:flex}.Leaderboard-module__kIDSHa__filter{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:12px;min-width:auto;padding:.375rem .75rem;font-size:.75rem;font-weight:600;transition:all .3s}.Leaderboard-module__kIDSHa__filter.Leaderboard-module__kIDSHa__active{color:var(--text-primary);box-shadow:3px 3px 6px var(--shadow-dark),-3px -3px 6px #fff9;background:#d6dce6cc;border:1px solid #fff6}.Leaderboard-module__kIDSHa__tradersList{flex-direction:column;gap:1rem;width:calc(100% + 1rem);margin-left:-.5rem;margin-right:-.5rem;display:flex}.Leaderboard-module__kIDSHa__yourRankWrap{width:calc(100% + 1rem);margin:.35rem -.5rem .15rem}.Leaderboard-module__kIDSHa__traderCard.Leaderboard-module__kIDSHa__yourRankCard{box-shadow:  0 0 0 3px #0a84ff6b,0 0 18px #0a84ff38,9px 9px 16px var(--shadow-dark),-9px -9px 16px #fff9;border-color:#0a84ffa6}.Leaderboard-module__kIDSHa__traderCard.Leaderboard-module__kIDSHa__yourRankCard:focus-visible{box-shadow:9px 9px 16px var(--shadow-dark),-9px -9px 16px #fff9,0 0 0 3px #0a84ff59;outline:none}.Leaderboard-module__kIDSHa__traderCard.Leaderboard-module__kIDSHa__yourRankCard:before{background:linear-gradient(135deg,#0a84ffb3 0%,#fffffffa 52%,#0a84ff8c 100%)}.Leaderboard-module__kIDSHa__traderCard.Leaderboard-module__kIDSHa__yourRankCard:after{background:linear-gradient(135deg,#d6dce6eb 0%,#d6dce6db 45%,#ffffffdb 100%)}.Leaderboard-module__kIDSHa__traderCard.Leaderboard-module__kIDSHa__yourRankCard:hover{box-shadow:  0 0 0 3px #0a84ff80,0 0 22px #0a84ff42,12px 12px 20px var(--shadow-dark),-12px -12px 20px #ffffffb3;border-color:#0a84ffa6}.Leaderboard-module__kIDSHa__traderCard.Leaderboard-module__kIDSHa__yourRankCard .Leaderboard-module__kIDSHa__rankBadge{margin-left:-1.25rem}.Leaderboard-module__kIDSHa__traderCard.Leaderboard-module__kIDSHa__yourRankCard .Leaderboard-module__kIDSHa__traderInfo{margin-left:-.5rem}.Leaderboard-module__kIDSHa__yourRankMeta{flex-direction:column;justify-content:center;align-items:center;min-width:86px;margin-left:.75rem;display:flex}.Leaderboard-module__kIDSHa__yourRankLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.6875rem;font-weight:600}.Leaderboard-module__kIDSHa__yourRankValue{color:var(--accent);letter-spacing:-.02em;font-size:1.25rem;font-weight:900;line-height:1}.Leaderboard-module__kIDSHa__podium{z-index:0;grid-template-columns:1fr 1.12fr 1fr;justify-content:center;align-items:end;gap:.6rem;width:calc(100% + 2rem);margin:.5rem -1rem .75rem;padding:.25rem .2rem;display:grid;position:relative}.Leaderboard-module__kIDSHa__scoreExplainer{text-align:center;isolation:isolate;flex-direction:column;align-items:center;gap:.25rem;width:100%;max-width:560px;margin:.05rem auto .55rem;padding:.1rem .75rem .25rem;display:flex;position:relative}.Leaderboard-module__kIDSHa__scoreExplainer:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(closest-side at 50% 55%,#e0e5ecfa 0%,#e0e5eceb 55%,#e0e5ec00 100%);position:absolute;inset:-18px -26px}.Leaderboard-module__kIDSHa__scoreExplainer:after{display:none}.Leaderboard-module__kIDSHa__scoreExplainerTitle{z-index:1;letter-spacing:.14em;text-transform:uppercase;color:var(--text-secondary);font-size:.9rem;font-weight:800;line-height:1.2;position:relative}.Leaderboard-module__kIDSHa__scoreExplainerTitle:after{content:"";background:linear-gradient(90deg,#0000 0%,#94a3b859 35% 65%,#0000 100%);width:min(240px,72vw);height:1px;margin:.45rem auto .1rem;display:block}.Leaderboard-module__kIDSHa__scoreExplainerSubtitle{z-index:1;color:#475569d9;max-width:56ch;font-size:.74rem;font-weight:600;line-height:1.45;position:relative}.Leaderboard-module__kIDSHa__podiumCard{--podiumTextureHeight:52%;cursor:pointer;z-index:1;text-align:center;min-width:0;transform:translateY(var(--podiumY,0px));background:radial-gradient(120% 90% at 30% 18%,#ffffff2e 0%,#fff0 58%),linear-gradient(135deg,#ffffff29 0%,#0a84ffd1 28%,#0a84fff5 62%,#0660d8fc 100%);border-radius:24px;flex-direction:column;flex:1;align-items:center;gap:.65rem;padding:1.2rem .9rem 1rem;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:visible;box-shadow:0 22px 44px -18px #02061759,0 14px 26px -18px #0a84ff52,inset 0 1px #ffffff40,inset 0 -1px #0000001a,inset 0 0 0 1px #ffffff24,inset 0 -18px 26px #0206172e}.Leaderboard-module__kIDSHa__podiumCard:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;z-index:3;filter:drop-shadow(0 0 14px #0a84ff33);background:linear-gradient(#fffffffa 0%,#ffffffb3 14%,#0a84fff2 44%,#0a84ffb8 100%);padding:2px;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.Leaderboard-module__kIDSHa__podiumCard:after{content:"";height:calc(var(--podiumTextureHeight) - 2px);mix-blend-mode:overlay;opacity:.9;pointer-events:none;z-index:0;background:linear-gradient(#ffffff29 0%,#ffffff14 22%,#ffffff08 40%,#0000 100%) no-repeat,radial-gradient(120% 90% at 18% -4%,#ffffff1a 0%,#0000 58%) no-repeat,radial-gradient(150% 110% at 82% 0,#0206171f 0%,#0000 62%) no-repeat,repeating-radial-gradient(circle at 30% 10%,#ffffff14 0 1px,#0000 1px 7px) no-repeat,url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.35'/%3E%3C/svg%3E") 0 0/160px 160px;border-radius:22px 22px 0 0;position:absolute;top:2px;left:2px;right:2px}.Leaderboard-module__kIDSHa__podiumCard:hover{transform:translateY(calc(var(--podiumY,0px) - 5px));box-shadow:0 26px 54px -18px #0206176b,0 18px 34px -18px #0a84ff6b,inset 0 1px #ffffff59,inset 0 -1px #0000001a,inset 0 0 0 1px #ffffff29,inset 0 -20px 30px #02061733}.Leaderboard-module__kIDSHa__podiumCard:hover:before{filter:drop-shadow(0 0 18px #0a84ff42)}.Leaderboard-module__kIDSHa__podiumFirst{--podiumY:-10px;--trophySize:102px;--podiumTextureHeight:48%;background:radial-gradient(70% 60% at 70% 18%,#ffd70038 0%,#ffd70000 62%),radial-gradient(120% 80% at 50% 110%,#ffd7002e 0%,#ffd70000 55%),radial-gradient(140% 100% at 50% 0,#ffffff38 0%,#fff0 60%),linear-gradient(135deg,#ffffff2e 0%,#0a84ffd6 26%,#0a84fff7 60%,#0660d8fc 100%);min-height:270px;padding:2rem .9rem 1rem;box-shadow:0 26px 56px -18px #0206176b,0 18px 34px -18px #0a84ff80,inset 0 1px #ffffff4d,inset 0 -1px #0000001a,inset 0 0 0 1px #ffd70040}.Leaderboard-module__kIDSHa__podiumSecond{--podiumY:14px;--trophySize:86px;--podiumTextureHeight:45%;background:radial-gradient(60% 55% at 74% 18%,#a0693c42 0%,#a0693c00 65%),radial-gradient(120% 80% at 50% 110%,#a0693c29 0%,#a0693c00 55%),radial-gradient(120% 90% at 30% 18%,#ffffff2e 0%,#fff0 58%),linear-gradient(135deg,#ffffff29 0%,#0a84ffcc 30%,#0a84fff2 64%,#0660d8fc 100%);min-height:252px;box-shadow:0 22px 44px -18px #0206175c,0 14px 26px -18px #a0693c47,inset 0 1px #ffffff40,inset 0 -1px #0000001a,inset 0 0 0 1px #a0693c38}.Leaderboard-module__kIDSHa__podiumThird{--podiumY:14px;--trophySize:86px;--podiumTextureHeight:45%;background:radial-gradient(70% 60% at 74% 18%,#0a84ff3d 0%,#0a84ff00 62%),radial-gradient(120% 80% at 50% 110%,#0a84ff24 0%,#0a84ff00 55%),radial-gradient(120% 90% at 30% 18%,#ffffff2e 0%,#fff0 58%),linear-gradient(135deg,#ffffff29 0%,#0a84ffcc 30%,#0a84fff2 64%,#0660d8fc 100%);min-height:252px;box-shadow:0 22px 44px -18px #0206175c,0 14px 26px -18px #0a84ff52,inset 0 1px #ffffff40,inset 0 -1px #0000001a,inset 0 0 0 1px #0a84ff38}.Leaderboard-module__kIDSHa__podiumRank{z-index:5;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;top:-42px;left:50%;transform:translate(-50%)}.Leaderboard-module__kIDSHa__podiumFirst .Leaderboard-module__kIDSHa__podiumRank{top:-50px}.Leaderboard-module__kIDSHa__podiumSecond .Leaderboard-module__kIDSHa__podiumRank,.Leaderboard-module__kIDSHa__podiumThird .Leaderboard-module__kIDSHa__podiumRank{top:-46px}.Leaderboard-module__kIDSHa__podiumTrophy{height:var(--trophySize,78px);width:auto;max-width:var(--trophySize,78px);object-fit:contain;filter:drop-shadow(0 6px 10px #00000040);display:block}.Leaderboard-module__kIDSHa__podiumFirst .Leaderboard-module__kIDSHa__podiumTrophy{filter:drop-shadow(0 6px 10px #00000040)}.Leaderboard-module__kIDSHa__podiumProfile{z-index:1;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.8rem;display:flex;position:relative}.Leaderboard-module__kIDSHa__podiumAvatarWrap{width:80px;height:80px;box-shadow:none;background:radial-gradient(80% 80% at 25% 20%,#ffffffbf 0%,#fff0 55%),linear-gradient(135deg,#fffffff2 0%,#ffffffb3 18%,#0a84ffe0 100%);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:4px;display:flex;position:relative;overflow:hidden}.Leaderboard-module__kIDSHa__podiumAvatarWrap:before,.Leaderboard-module__kIDSHa__podiumAvatarWrap:after{display:none}.Leaderboard-module__kIDSHa__podiumAvatarWrap img{object-fit:cover;z-index:1;border-radius:50%;width:100%;height:100%;position:relative}.Leaderboard-module__kIDSHa__podiumFirst .Leaderboard-module__kIDSHa__podiumProfile{margin-top:1.5rem}.Leaderboard-module__kIDSHa__podiumFirst .Leaderboard-module__kIDSHa__podiumAvatarWrap{width:120px;height:120px;padding:4px}.Leaderboard-module__kIDSHa__podiumSecond .Leaderboard-module__kIDSHa__podiumAvatarWrap{width:85px;height:85px;padding:4px}.Leaderboard-module__kIDSHa__podiumThird .Leaderboard-module__kIDSHa__podiumAvatarWrap{width:80px;height:80px;padding:4px}.Leaderboard-module__kIDSHa__podiumUsername{color:#fff;white-space:nowrap;text-overflow:clip;letter-spacing:.02em;width:100%;min-width:0;max-width:100%;margin-top:.2rem;font-size:clamp(.9rem,3.2vw,1.1rem);font-weight:600;overflow:hidden}.Leaderboard-module__kIDSHa__podiumScoreSection{z-index:1;background:#0000001a;border-radius:12px;flex-direction:column;align-items:center;gap:.15rem;width:100%;margin-top:.2rem;padding:.5rem .6rem;display:flex;position:relative}.Leaderboard-module__kIDSHa__podiumScoreLabel{color:#ffffff80;text-transform:uppercase;letter-spacing:.12em;font-size:.58rem;font-weight:700}.Leaderboard-module__kIDSHa__podiumScoreValue{color:#fff;letter-spacing:-.03em;font-size:1.85rem;font-weight:800;line-height:1}.Leaderboard-module__kIDSHa__podiumFirst .Leaderboard-module__kIDSHa__podiumScoreSection{margin-top:1rem}.Leaderboard-module__kIDSHa__podiumFirst .Leaderboard-module__kIDSHa__podiumScoreValue{font-size:1.85rem}.Leaderboard-module__kIDSHa__podiumStats{z-index:1;justify-content:center;align-items:center;gap:1.25rem;width:100%;margin-top:auto;padding:.25rem .4rem;display:flex;position:relative}.Leaderboard-module__kIDSHa__podiumStatItem{flex-direction:column;justify-content:center;align-items:center;gap:.1rem;display:flex}.Leaderboard-module__kIDSHa__podiumStatLbl{text-transform:uppercase;letter-spacing:.06em;color:#ffffff80;white-space:nowrap;font-size:.52rem;font-weight:600}.Leaderboard-module__kIDSHa__podiumStatVal{color:#fffffff2;letter-spacing:-.01em;white-space:nowrap;font-size:.88rem;font-weight:700;line-height:1.1}.Leaderboard-module__kIDSHa__positive{color:#34d399!important}.Leaderboard-module__kIDSHa__negative{color:#fb7185!important}@media (max-width:520px){.Leaderboard-module__kIDSHa__podium{grid-template-columns:1fr 1.1fr 1fr;gap:.4rem;width:calc(100% + 1.5rem);margin-top:.75rem;margin-left:-.75rem;margin-right:-.75rem;padding:.2rem .1rem}.Leaderboard-module__kIDSHa__podiumProfile{margin-top:.7rem}.Leaderboard-module__kIDSHa__podiumFirst .Leaderboard-module__kIDSHa__podiumProfile{margin-top:1.3rem}.Leaderboard-module__kIDSHa__scoreExplainer{margin:.05rem auto .5rem;padding:.05rem .5rem .2rem}.Leaderboard-module__kIDSHa__scoreExplainer:before{inset:-16px -18px}.Leaderboard-module__kIDSHa__scoreExplainerTitle{font-size:.84rem}.Leaderboard-module__kIDSHa__scoreExplainerTitle:after{width:min(210px,74vw);margin:.4rem auto .08rem}.Leaderboard-module__kIDSHa__scoreExplainerSubtitle{max-width:48ch;font-size:.7rem}.Leaderboard-module__kIDSHa__podiumCard{border-radius:20px;gap:.55rem;padding:1rem .7rem .9rem}.Leaderboard-module__kIDSHa__podiumCard:after{border-radius:20px 20px 0 0}.Leaderboard-module__kIDSHa__podiumFirst{--podiumY:2px;--trophySize:96px;min-height:260px;padding-top:1.6rem}.Leaderboard-module__kIDSHa__podiumSecond,.Leaderboard-module__kIDSHa__podiumThird{--podiumY:9px;--trophySize:82px;min-height:238px}.Leaderboard-module__kIDSHa__podiumRank{top:-38px}.Leaderboard-module__kIDSHa__podiumFirst .Leaderboard-module__kIDSHa__podiumRank{top:-46px}.Leaderboard-module__kIDSHa__podiumSecond .Leaderboard-module__kIDSHa__podiumRank,.Leaderboard-module__kIDSHa__podiumThird .Leaderboard-module__kIDSHa__podiumRank{top:-42px}.Leaderboard-module__kIDSHa__podiumAvatarWrap{width:60px;height:60px;padding:3px}.Leaderboard-module__kIDSHa__podiumFirst .Leaderboard-module__kIDSHa__podiumAvatarWrap{width:80px;height:80px;padding:3px}.Leaderboard-module__kIDSHa__podiumUsername{font-size:clamp(.85rem,2.8vw,1rem)}.Leaderboard-module__kIDSHa__podiumScoreSection{border-radius:10px;margin-top:.2rem;padding:.4rem .5rem}.Leaderboard-module__kIDSHa__podiumFirst .Leaderboard-module__kIDSHa__podiumScoreSection{margin-top:.5rem}.Leaderboard-module__kIDSHa__podiumScoreValue,.Leaderboard-module__kIDSHa__podiumFirst .Leaderboard-module__kIDSHa__podiumScoreValue{font-size:1.65rem}.Leaderboard-module__kIDSHa__podiumScoreLabel{font-size:.52rem}.Leaderboard-module__kIDSHa__podiumStats{gap:1rem;padding:.2rem 0}.Leaderboard-module__kIDSHa__podiumStatVal{font-size:.8rem}.Leaderboard-module__kIDSHa__podiumStatLbl{font-size:.48rem}}.Leaderboard-module__kIDSHa__traderCard{min-height:60px;box-shadow:9px 9px 16px var(--shadow-dark),-9px -9px 16px #fff9;cursor:pointer;background:linear-gradient(135deg,#d6dce6e6 0%,#d6dce6d9 50%,#fffc 100%);border:1px solid #ffffff80;border-radius:24px;align-items:center;padding:.875rem 1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:visible}.Leaderboard-module__kIDSHa__traderCard:before{content:"";z-index:-1;pointer-events:none;background:linear-gradient(135deg,#0000001a 0%,#0000000d 30%,#fffc 50%,#0000000d 70%,#0000001a 100%);border-radius:25px;position:absolute;inset:-1px}.Leaderboard-module__kIDSHa__traderCard:after{content:"";z-index:-1;pointer-events:none;background:linear-gradient(135deg,#d6dce6e6 0%,#d6dce6d9 50%,#fffc 100%);border-radius:24px;position:absolute;inset:1px}.Leaderboard-module__kIDSHa__traderCard:hover{box-shadow:12px 12px 20px var(--shadow-dark),-12px -12px 20px #ffffffb3;border-color:#fff9;transform:translateY(-2px)}.Leaderboard-module__kIDSHa__traderCard:active{box-shadow:9px 9px 16px var(--shadow-dark),-9px -9px 16px #fff9;transform:translateY(0)}.Leaderboard-module__kIDSHa__rankBadge{width:24px;height:24px;color:var(--text-secondary);justify-content:center;align-items:center;margin-left:-1.25rem;margin-right:.75rem;font-size:1rem;font-weight:700;display:flex}.Leaderboard-module__kIDSHa__trophyIcon{color:#f1c40f;filter:drop-shadow(0 2px 4px #f1c40f4d)}.Leaderboard-module__kIDSHa__traderInfo{flex:1;align-items:center;min-width:0;margin-left:-.5rem;display:flex}.Leaderboard-module__kIDSHa__profilePic{box-shadow:var(--neumorphic-convex);border:3px solid var(--background);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:58px;height:58px;margin-right:.875rem;display:flex}.Leaderboard-module__kIDSHa__profilePic img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.Leaderboard-module__kIDSHa__avatarImage{border-radius:50%;display:block}.Leaderboard-module__kIDSHa__traderDetails{flex-direction:column;gap:.125rem;min-width:0;display:flex}.Leaderboard-module__kIDSHa__usernameRow{align-items:center;gap:.375rem;width:100%;min-width:0;display:flex}.Leaderboard-module__kIDSHa__username{color:var(--text-primary);white-space:nowrap;text-overflow:clip;flex:1;min-width:0;font-size:.9375rem;font-weight:700;line-height:1.2;display:block;overflow:hidden}.Leaderboard-module__kIDSHa__monthlyPnl{color:#10b981;margin-top:.125rem;font-size:.75rem;font-weight:500;line-height:1.2}.Leaderboard-module__kIDSHa__monthlyPnlValue{color:#10b981;font-weight:600}.Leaderboard-module__kIDSHa__monthlyPnlNegative{color:#ef4444}.Leaderboard-module__kIDSHa__stats{color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.25rem;font-size:.6875rem;display:flex}.Leaderboard-module__kIDSHa__scoreContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-width:70px;margin-left:auto;padding-left:1rem;display:flex}.Leaderboard-module__kIDSHa__scoreLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.6875rem;font-weight:600}.Leaderboard-module__kIDSHa__scoreValue{color:var(--accent);letter-spacing:-.03em;font-size:1.75rem;font-weight:900;line-height:1}.Leaderboard-module__kIDSHa__pnl{opacity:.75;align-items:center;display:flex}.Leaderboard-module__kIDSHa__pnlValue{color:var(--success);font-size:.75rem;font-weight:600}.Leaderboard-module__kIDSHa__secondaryMetric{color:var(--text-secondary);opacity:.7;align-items:center;gap:.25rem;font-size:.75rem;display:flex}.Leaderboard-module__kIDSHa__secondaryValue{font-size:.75rem;font-weight:600}.Leaderboard-module__kIDSHa__statItem{color:var(--text-secondary);opacity:.85;white-space:nowrap;align-items:center;gap:.25rem;font-size:.6875rem;display:flex}.Leaderboard-module__kIDSHa__statValue{color:var(--text-primary);font-size:.75rem;font-weight:700}.Leaderboard-module__kIDSHa__copyAction{margin-left:.75rem}.Leaderboard-module__kIDSHa__copytradeButton{color:#000000e6;box-shadow:6px 6px 12px var(--shadow-dark),-6px -6px 12px #fff9;background:linear-gradient(135deg,#d6dce6e6 0%,#d6dce6d9 50%,#fffc 100%);border:1px solid #ffffff80;border-radius:16px;align-items:center;gap:.375rem;padding:.625rem 1rem;font-size:.8125rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.Leaderboard-module__kIDSHa__copytradeButton:hover{box-shadow:8px 8px 16px var(--shadow-dark),-8px -8px 16px #ffffffb3;border-color:#fff9;transform:translateY(-1px)}.Leaderboard-module__kIDSHa__copytradeButton:active{box-shadow:inset 3px 3px 6px var(--shadow-dark),inset -3px -3px 6px #fff9;transform:translateY(1px)}.Leaderboard-module__kIDSHa__copytradeButton svg{width:14px;height:14px}.Leaderboard-module__kIDSHa__copytradeButtonText{display:inline}@media (max-width:420px){.Leaderboard-module__kIDSHa__scoreContainer{min-width:56px;padding-left:.25rem}.Leaderboard-module__kIDSHa__scoreValue{font-size:1.3rem}.Leaderboard-module__kIDSHa__copytradeButton{gap:.2rem;padding:.6rem .7rem}.Leaderboard-module__kIDSHa__copyAction{margin-left:.45rem}}@media (max-width:360px){.Leaderboard-module__kIDSHa__scoreLabel{display:none}.Leaderboard-module__kIDSHa__scoreValue{font-size:1.25rem}.Leaderboard-module__kIDSHa__copytradeButton{gap:0;padding:.625rem .75rem}.Leaderboard-module__kIDSHa__copytradeButtonText{display:none}}
.page-module__E0kJGG__container{background-color:#0000;min-height:100vh;padding-bottom:100px;position:relative;overflow-x:clip}.page-module__E0kJGG__container:before{content:"";pointer-events:none;z-index:0;opacity:0;background-image:linear-gradient(#fff3,#fff3),radial-gradient(900px 520px at 50% -120px,#0a84ff38 0%,#0a84ff00 60%),radial-gradient(700px 420px at 12% 12%,#6366f11a 0%,#6366f100 58%),radial-gradient(760px 460px at 88% 18%,#00d08414 0%,#00d08400 60%),url(/blocks1.png);background-position:50%,50%,50%,50%,top;background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;background-size:cover,auto,auto,auto,100%;background-attachment:scroll;animation:.9s ease-out forwards page-module__E0kJGG__homeBackgroundFadeIn;position:absolute;inset:0}.page-module__E0kJGG__content{max-width:var(--max-width);z-index:1;box-shadow:none;-webkit-backdrop-filter:none;background:0 0;border:none;border-radius:0;flex-direction:column;align-items:stretch;gap:1.15rem;margin:0 auto;padding:1.35rem 1rem .85rem;display:flex;position:relative}.page-module__E0kJGG__searchSection{animation:.5s cubic-bezier(.16,1,.3,1) .1s both page-module__E0kJGG__slideInDown}.page-module__E0kJGG__leaderboardSection{animation:.6s cubic-bezier(.16,1,.3,1) .2s both page-module__E0kJGG__fadeInUp}.page-module__E0kJGG__searchSection{z-index:10;flex-shrink:0;min-height:56px;position:relative}.page-module__E0kJGG__leaderboardSection{z-index:1;position:relative}@keyframes page-module__E0kJGG__homeBackgroundFadeIn{0%{opacity:0}to{opacity:.9}}@keyframes page-module__E0kJGG__slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes page-module__E0kJGG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:520px){.page-module__E0kJGG__content{border-radius:0;gap:1rem;padding:1.1rem .85rem .65rem}}
