.styles-module__gh8NqW__dashboardContainer{grid-template-columns:240px 1fr;min-height:100vh;display:grid}.styles-module__gh8NqW__mainContent{min-width:0;padding:0 40px 40px;overflow-x:hidden}.styles-module__gh8NqW__header{height:var(--header-height);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10;border-bottom:1px solid var(--border);background:#050505cc;justify-content:space-between;align-items:center;margin-bottom:24px;display:flex;position:sticky;top:0}.styles-module__gh8NqW__pageTitle{color:var(--text-primary);font-size:16px;font-weight:600}.styles-module__gh8NqW__titleRow{align-items:center;gap:12px;display:flex}.styles-module__gh8NqW__newCallBadge{color:var(--green);cursor:pointer;background:#30d15826;border:1px solid #30d1584d;border-radius:99px;padding:4px 10px;font-size:11px;font-weight:600;transition:all .2s;animation:2s ease-in-out infinite styles-module__gh8NqW__pulse}.styles-module__gh8NqW__newCallBadge:hover{background:#30d15840;border-color:#30d15880}.styles-module__gh8NqW__headerRight{align-items:center;gap:16px;display:flex}.styles-module__gh8NqW__statusIndicator{color:var(--text-secondary);border:1px solid var(--divider);background:#ffffff0a;border-radius:99px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;display:flex}.styles-module__gh8NqW__statusDot,.styles-module__gh8NqW__statusDotOffline{border-radius:50%;width:6px;height:6px}.styles-module__gh8NqW__statusDot{background-color:var(--green)}.styles-module__gh8NqW__statusDotOffline{background-color:var(--text-tertiary)}.styles-module__gh8NqW__filterBtn{width:36px;height:36px;color:var(--text-secondary);border:1px solid var(--border);cursor:pointer;background:#ffffff0a;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.styles-module__gh8NqW__filterBtn:hover{color:var(--text-primary);border-color:var(--border-hover);background:#ffffff14;transform:scale(1.05)}.styles-module__gh8NqW__filterBtn:active{transform:scale(.95)}.styles-module__gh8NqW__filterBtn svg{width:100%;height:100%;transition:transform .2s cubic-bezier(.4,0,.2,1)}.styles-module__gh8NqW__filterBtnOpen svg{transform:rotate(180deg)}.styles-module__gh8NqW__filterBtnActive{color:var(--primary);border-color:var(--primary);background:#2997ff1a}.styles-module__gh8NqW__filterDot{background:var(--primary);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite styles-module__gh8NqW__pulse;position:absolute;top:6px;right:6px}@keyframes styles-module__gh8NqW__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.8)}}.styles-module__gh8NqW__filterPanel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:20px;padding:16px;animation:.25s cubic-bezier(.4,0,.2,1) styles-module__gh8NqW__slideDown}@keyframes styles-module__gh8NqW__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.styles-module__gh8NqW__filterHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.styles-module__gh8NqW__filterTitle{color:var(--text-primary);font-size:14px;font-weight:600}.styles-module__gh8NqW__filterReset{color:var(--text-secondary);border-radius:6px;padding:4px 10px;font-size:12px;transition:all .15s}.styles-module__gh8NqW__filterReset:hover{color:var(--text-primary);background:#ffffff14}.styles-module__gh8NqW__filterGrid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.styles-module__gh8NqW__filterGroup{flex-direction:column;gap:8px;display:flex}.styles-module__gh8NqW__filterLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:500}.styles-module__gh8NqW__filterInputRow{align-items:center;gap:8px;display:flex}.styles-module__gh8NqW__filterInput{font-size:13px;font-family:var(--font-mono);color:var(--text-primary);border:1px solid var(--border);background:#ffffff0a;border-radius:6px;outline:none;flex:1;min-width:0;padding:8px 10px;transition:border-color .15s}.styles-module__gh8NqW__filterInput::placeholder{color:var(--text-tertiary)}.styles-module__gh8NqW__filterInput:focus{border-color:var(--primary)}.styles-module__gh8NqW__filterInput::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.styles-module__gh8NqW__filterInput::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.styles-module__gh8NqW__filterInput[type=number]{-moz-appearance:textfield}.styles-module__gh8NqW__filterSeparator{color:var(--text-tertiary);font-size:12px}@media (max-width:768px){.styles-module__gh8NqW__filterGrid{grid-template-columns:1fr}}.styles-module__gh8NqW__sentimentWrapper{position:relative}.styles-module__gh8NqW__sentimentBadge{text-transform:capitalize;cursor:pointer;border-radius:99px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.styles-module__gh8NqW__sentimentBadge:hover{transform:scale(1.05)}.styles-module__gh8NqW__sentimentBadge:active{transform:scale(.95)}.styles-module__gh8NqW__sentimentBadgeOpen{transform:scale(1.05)}.styles-module__gh8NqW__sentimentChevron{width:14px;height:14px;transition:transform .25s cubic-bezier(.4,0,.2,1)}.styles-module__gh8NqW__sentimentChevronOpen{transform:rotate(180deg)}.styles-module__gh8NqW__sentimentBullish{color:var(--green);background:#30d1581a;border:1px solid #30d15833}.styles-module__gh8NqW__sentimentBullish:hover{background:#30d15826;border-color:#30d1584d}.styles-module__gh8NqW__sentimentBearish{color:var(--red);background:#ff453a1a;border:1px solid #ff453a33}.styles-module__gh8NqW__sentimentBearish:hover{background:#ff453a26;border-color:#ff453a4d}.styles-module__gh8NqW__sentimentNeutral{color:var(--text-secondary);border:1px solid var(--divider);background:#ffffff0d}.styles-module__gh8NqW__sentimentNeutral:hover{border-color:var(--border-hover);background:#ffffff14}.styles-module__gh8NqW__sentimentPanel{background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-md);z-index:100;opacity:0;visibility:hidden;width:320px;padding:0;transition:all .25s cubic-bezier(.4,0,.2,1);position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;transform:translateY(-10px)scale(.95);box-shadow:0 8px 32px #0000004d}.styles-module__gh8NqW__sentimentPanelOpen{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.styles-module__gh8NqW__sentimentPanelHeader{border-bottom:1px solid var(--divider);background:#ffffff05;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.styles-module__gh8NqW__sentimentPanelTitle{color:var(--text-primary);font-size:13px;font-weight:600}.styles-module__gh8NqW__sentimentWindowToggle{background:#7676801f;border-radius:6px;padding:2px;display:flex}.styles-module__gh8NqW__sentimentWindowBtn{color:var(--text-secondary);border-radius:4px;padding:4px 10px;font-size:11px;font-weight:500;transition:all .15s}.styles-module__gh8NqW__sentimentWindowBtn:hover{color:var(--text-primary)}.styles-module__gh8NqW__sentimentWindowBtnActive{color:var(--text-primary);background:#63636666;box-shadow:0 2px 4px #0000001a}.styles-module__gh8NqW__sentimentStats{grid-template-columns:repeat(2,1fr);gap:12px;padding:14px 16px;display:grid}.styles-module__gh8NqW__sentimentStat{flex-direction:column;gap:2px;display:flex}.styles-module__gh8NqW__sentimentStatLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);font-size:10px}.styles-module__gh8NqW__sentimentStatValue{font-size:15px;font-weight:600;font-family:var(--font-mono);color:var(--text-primary)}.styles-module__gh8NqW__sentimentDivider{background:var(--divider);height:1px;margin:0 16px}.styles-module__gh8NqW__sentimentTrends{flex-direction:column;gap:10px;padding:14px 16px;display:flex}.styles-module__gh8NqW__sentimentTrend{justify-content:space-between;align-items:center;display:flex}.styles-module__gh8NqW__sentimentTrendLabel{color:var(--text-secondary);font-size:12px}.styles-module__gh8NqW__sentimentTrendValue{font-size:12px;font-weight:600;font-family:var(--font-mono)}.styles-module__gh8NqW__feedSection{min-width:0;margin-top:24px}.styles-module__gh8NqW__tokenGrid{flex-direction:column;gap:12px;min-width:0;display:flex}.styles-module__gh8NqW__tokenCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);align-items:center;gap:24px;max-width:100%;padding:16px 20px;transition:all .2s cubic-bezier(.25,.8,.25,1);animation:.5s ease-out backwards styles-module__gh8NqW__fadeIn;display:flex;overflow:hidden}.styles-module__gh8NqW__tokenCard:hover{background:var(--surface-raised);border-color:#ffffff1f;transform:translateY(-1px);box-shadow:0 8px 24px #0003}.styles-module__gh8NqW__cardNew{border-left:3px solid var(--green);animation:.6s cubic-bezier(.2,.9,.2,1) forwards styles-module__gh8NqW__slideLeftSpring}@keyframes styles-module__gh8NqW__slideLeftSpring{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes styles-module__gh8NqW__fadeIn{0%{opacity:0}to{opacity:1}}.styles-module__gh8NqW__tokenLeft{flex-shrink:0;align-items:center;gap:12px;width:220px;min-width:220px;display:flex}.styles-module__gh8NqW__tokenImageWrapper{flex-shrink:0}.styles-module__gh8NqW__tokenImage{object-fit:cover;background-color:#ffffff0d;border-radius:8px;width:40px;min-width:40px;height:40px;min-height:40px;display:block}.styles-module__gh8NqW__tokenImagePlaceholder{width:40px;min-width:40px;height:40px;min-height:40px;color:var(--text-secondary);background-color:#ffffff0d;border-radius:8px;justify-content:center;align-items:center;font-size:16px;font-weight:600;display:flex}.styles-module__gh8NqW__tokenInfo{flex-direction:column;gap:2px;min-width:0;display:flex}.styles-module__gh8NqW__tokenTickerRow{align-items:baseline;gap:8px;display:flex}.styles-module__gh8NqW__tokenTicker{color:var(--text-primary);white-space:nowrap;font-size:15px;font-weight:600;line-height:1.2}.styles-module__gh8NqW__tokenAge{color:var(--text-tertiary);font-size:11px}.styles-module__gh8NqW__copyBtn{width:20px;height:20px;color:var(--text-tertiary);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;padding:3px;transition:all .15s;display:flex}.styles-module__gh8NqW__copyBtn:hover{color:var(--text-primary);background:#ffffff14}.styles-module__gh8NqW__copyBtn svg{width:100%;height:100%}.styles-module__gh8NqW__copyBtnCopied{color:var(--green)}.styles-module__gh8NqW__tradeLinks{border-left:1px solid var(--divider);flex-shrink:0;justify-content:center;align-items:center;gap:8px;min-width:60px;margin-left:auto;padding:0 16px;display:flex}.styles-module__gh8NqW__tradeLink{border:1px solid var(--border);opacity:.8;background:#ffffff0a;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.styles-module__gh8NqW__tradeLink:hover{opacity:1;border-color:var(--border-hover);background:#ffffff14;transform:scale(1.1)}.styles-module__gh8NqW__tradeLogo{object-fit:contain;border-radius:4px;width:20px;height:20px}.styles-module__gh8NqW__tokenMetaRow{align-items:center;gap:8px;display:flex}.styles-module__gh8NqW__mcValue{color:var(--text-secondary);font-size:13px;font-weight:600;font-family:var(--font-mono)}.styles-module__gh8NqW__phaseTag{text-transform:uppercase;color:var(--text-secondary);background:#ffffff0f;border-radius:4px;padding:2px 6px;font-size:9px;font-weight:600}.styles-module__gh8NqW__phaseAmm{color:var(--green);background:#30d1581a}.styles-module__gh8NqW__phaseBonding{color:var(--orange);background:#ff9f0a1a}.styles-module__gh8NqW__tokenStats{border-left:1px solid var(--divider);border-right:1px solid var(--divider);flex-shrink:0;gap:24px;min-width:200px;padding:0 24px;display:flex}.styles-module__gh8NqW__statBox{flex-direction:column;align-items:center;min-width:50px;display:flex}.styles-module__gh8NqW__statLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:2px;font-size:9px}.styles-module__gh8NqW__statValue{font-size:14px;font-weight:600;font-family:var(--font-mono);color:var(--text-primary)}.styles-module__gh8NqW__callersRow{flex-wrap:wrap;flex:1;align-items:center;gap:8px;min-width:0;max-width:400px;padding:4px 0;display:flex;overflow:hidden}.styles-module__gh8NqW__liveMcSection{border-left:1px solid var(--divider);flex-direction:column;flex-shrink:0;align-items:flex-end;min-width:90px;padding-left:20px;display:flex}.styles-module__gh8NqW__liveMcLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:2px;font-size:9px}.styles-module__gh8NqW__liveMcValue{font-size:18px;font-weight:600;font-family:var(--font-mono);color:var(--text-primary)}.styles-module__gh8NqW__callerPill{border:1px solid var(--border);background:#ffffff08;border-radius:99px;flex-shrink:0;align-items:center;gap:6px;padding:4px 8px;text-decoration:none;transition:all .2s;display:flex}.styles-module__gh8NqW__callerPill:hover{border-color:var(--text-tertiary);background:#ffffff14}.styles-module__gh8NqW__callerAvatar{object-fit:cover;border:1.5px solid #0000;border-radius:50%;width:18px;min-width:18px;height:18px;min-height:18px;display:block}.styles-module__gh8NqW__callerAvatarPlaceholder{width:18px;min-width:18px;height:18px;min-height:18px;color:var(--text-secondary);background:#ffffff1a;border:1.5px solid #0000;border-radius:50%;justify-content:center;align-items:center;font-size:9px;font-weight:600;display:flex}.styles-module__gh8NqW__callerName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;max-width:90px;font-size:12px;font-weight:600;overflow:hidden}.styles-module__gh8NqW__callerPerf{font-family:var(--font-mono);font-size:11px;font-weight:700}.styles-module__gh8NqW__callerMc{font-family:var(--font-mono);color:var(--text-secondary);font-size:10px;font-weight:500}.styles-module__gh8NqW__callerTime{color:var(--text-tertiary);font-size:9px}.styles-module__gh8NqW__athPeak{color:var(--orange)}.styles-module__gh8NqW__peakIndicator{margin-left:4px;font-size:12px}.styles-module__gh8NqW__borderPositive{border-color:var(--green)}.styles-module__gh8NqW__borderNegative{border-color:var(--red)}.styles-module__gh8NqW__borderNeutral{border-color:var(--text-tertiary)}.styles-module__gh8NqW__positive{color:var(--green)}.styles-module__gh8NqW__negative{color:var(--red)}.styles-module__gh8NqW__neutral{color:var(--text-tertiary)}.styles-module__gh8NqW__loadingState,.styles-module__gh8NqW__emptyState,.styles-module__gh8NqW__errorState{color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;padding:100px 0;font-size:14px;display:flex}.styles-module__gh8NqW__loadingSpinner{border:2px solid #ffffff1a;border-top-color:var(--text-primary);border-radius:50%;width:24px;height:24px;margin-bottom:16px;animation:.8s linear infinite styles-module__gh8NqW__spin}@keyframes styles-module__gh8NqW__spin{to{transform:rotate(360deg)}}.styles-module__gh8NqW__loadMoreWrapper{justify-content:center;margin-top:24px;display:flex}.styles-module__gh8NqW__loadMoreBtn{color:var(--text-primary);border:1px solid var(--border);cursor:pointer;background:#ffffff0d;border-radius:8px;padding:10px 24px;font-size:13px;font-weight:500;transition:all .2s}.styles-module__gh8NqW__loadMoreBtn:hover{border-color:var(--border-hover);background:#ffffff14}.styles-module__gh8NqW__loadMoreBtn:disabled{opacity:.5;cursor:not-allowed}.styles-module__gh8NqW__errorIcon{width:32px;height:32px;color:var(--red);background:#ff453a26;border-radius:50%;justify-content:center;align-items:center;margin-bottom:12px;font-size:18px;font-weight:700;display:flex}@media (max-width:1024px){.styles-module__gh8NqW__dashboardContainer{grid-template-columns:1fr}.styles-module__gh8NqW__mainContent{padding:0 16px 40px}}@media (max-width:900px){.styles-module__gh8NqW__tokenCard{flex-wrap:wrap;gap:16px}.styles-module__gh8NqW__tokenLeft{min-width:unset;flex:1}.styles-module__gh8NqW__tokenStats{border:none;gap:16px;padding:0}.styles-module__gh8NqW__callersRow{border-top:1px solid var(--divider);flex:none;width:100%;margin-top:4px;padding-top:12px}}@media (max-width:600px){.styles-module__gh8NqW__tokenCard{flex-direction:column;align-items:stretch;gap:12px;padding:16px}.styles-module__gh8NqW__tokenLeft{width:100%}.styles-module__gh8NqW__tokenStats{border-top:1px solid var(--divider);border-bottom:1px solid var(--divider);justify-content:space-around;padding:12px 0}.styles-module__gh8NqW__callersRow{border-top:none;margin-top:0;padding-top:0}}
