.styles-module__gh8NqW__dashboardContainer{background:var(--background);min-height:100vh;display:flex}.styles-module__gh8NqW__mainContent{flex:1;min-width:0;padding:0 32px 32px;overflow-x:clip}@media (max-width:1024px){.styles-module__gh8NqW__mainContent{max-width:100%;padding:0 20px 24px}}@media (max-width:640px){.styles-module__gh8NqW__mainContent{padding:0 16px 80px}}.styles-module__gh8NqW__header{height:var(--header-height);-webkit-backdrop-filter:blur(20px)saturate(180%);z-index:30;background:linear-gradient(#0a0a0ff2 0%,#0a0a0fd9 100%);border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;margin-bottom:24px;display:flex;position:sticky;top:0;box-shadow:0 1px #ffffff05,0 4px 20px #0000004d}.styles-module__gh8NqW__pageTitle{color:var(--text-primary);align-items:center;gap:10px;font-size:20px;font-weight:600;display:flex}.styles-module__gh8NqW__titleRow{align-items:center;gap:12px;min-width:0;display:flex}.styles-module__gh8NqW__acquisitionPills{align-items:center;gap:8px;display:flex}.styles-module__gh8NqW__acquisitionPill{letter-spacing:.02em;height:28px;color:var(--text-secondary);border:1px solid var(--border);transition:all var(--duration-fast)var(--ease);white-space:nowrap;background:#ffffff0a;border-radius:999px;align-items:center;gap:6px;padding:0 12px;font-size:11px;font-weight:600;text-decoration:none;display:inline-flex}.styles-module__gh8NqW__acquisitionPill:after{content:"↗";color:var(--text-tertiary);transition:transform var(--duration-fast)var(--ease);font-size:12px;line-height:1;transform:translateY(-.5px)}.styles-module__gh8NqW__acquisitionPill:hover{border-color:var(--border-hover);color:var(--text-primary);background:#ffffff14;transform:translateY(-1px)}.styles-module__gh8NqW__acquisitionPill:hover:after{color:var(--text-secondary);transform:translate(1px,-1px)}.styles-module__gh8NqW__acquisitionPill:active{transform:translateY(0)}.styles-module__gh8NqW__headerRight{align-items:center;gap:12px;display:flex}.styles-module__gh8NqW__headerSearch{align-items:center;display:flex}.styles-module__gh8NqW__headerActions{align-items:center;gap:12px;display:flex}.styles-module__gh8NqW__filterBtn{border-radius:var(--radius-sm);width:36px;height:36px;color:var(--text-secondary);border:1px solid var(--border);transition:all var(--duration-fast)var(--ease);cursor:pointer;background:#ffffff08;justify-content:center;align-items:center;padding:8px;display:flex;position:relative}.styles-module__gh8NqW__filterBtn:hover{color:var(--text-primary);border-color:var(--border-hover);background:#ffffff14;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.styles-module__gh8NqW__filterBtn svg{width:18px;height:18px}.styles-module__gh8NqW__filterBtnActive{color:var(--primary);border-color:var(--primary)}.styles-module__gh8NqW__filterDot{background:var(--primary);border-radius:50%;width:6px;height:6px;position:absolute;top:6px;right:6px}.styles-module__gh8NqW__solPrice{border-radius:var(--radius-sm);height:36px;font-family:var(--font-mono);color:#60a5fa;letter-spacing:-.02em;transition:all var(--duration-fast)var(--ease);white-space:nowrap;background:#3b82f614;border:1px solid #3b82f633;align-items:center;gap:7px;padding:0 12px;font-size:12px;font-weight:600;display:flex;position:relative;overflow:hidden}.styles-module__gh8NqW__solPrice:before{content:"";opacity:0;pointer-events:none;border-radius:inherit;transition:opacity .4s ease-out;position:absolute;inset:0}.styles-module__gh8NqW__solPriceUp:before{opacity:1;background:radial-gradient(#22c55e59 0%,#0000 70%);animation:.6s ease-out forwards styles-module__gh8NqW__solFlash}.styles-module__gh8NqW__solPriceDown:before{opacity:1;background:radial-gradient(#ef444459 0%,#0000 70%);animation:.6s ease-out forwards styles-module__gh8NqW__solFlash}@keyframes styles-module__gh8NqW__solFlash{0%{opacity:.9}to{opacity:0}}.styles-module__gh8NqW__solLogo{flex-shrink:0;width:14px;height:14px}.styles-module__gh8NqW__solValue{transition:color .3s}.styles-module__gh8NqW__solPriceUp .styles-module__gh8NqW__solValue{color:var(--green)}.styles-module__gh8NqW__solPriceDown .styles-module__gh8NqW__solValue{color:var(--red)}.styles-module__gh8NqW__filterPanel{border-radius:var(--radius-md);box-shadow:var(--shadow-lg),inset 0 1px 0 #ffffff0a;animation:styles-module__gh8NqW__slide-in-fade .2s var(--ease-out);background:linear-gradient(#0a0a10f7 0%,#08080cf7 100%);border:1px solid #ffffff14;margin-bottom:20px;padding:20px}@keyframes styles-module__gh8NqW__slide-in-fade{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.styles-module__gh8NqW__filterOverlay{display:none}.styles-module__gh8NqW__filterHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.styles-module__gh8NqW__filterActions{align-items:center;gap:8px;display:flex}.styles-module__gh8NqW__filterTitle{color:var(--text-primary);align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.styles-module__gh8NqW__filterCount{background:var(--primary-soft);color:var(--primary);border-radius:99px;padding:2px 8px;font-size:11px}.styles-module__gh8NqW__filterReset{color:var(--text-secondary);border-radius:var(--radius-sm);transition:all var(--duration-fast);padding:6px 12px;font-size:12px}.styles-module__gh8NqW__filterReset:hover{color:var(--text-primary);background:var(--surface-raised)}.styles-module__gh8NqW__filterClose{color:var(--text-primary);background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-sm);padding:6px 12px;font-size:12px;font-weight:600;display:none}.styles-module__gh8NqW__filterGrid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}@media (max-width:768px){.styles-module__gh8NqW__filterGrid{grid-template-columns:1fr}}.styles-module__gh8NqW__filterGroup{flex-direction:column;gap:6px;display:flex}.styles-module__gh8NqW__filterLabel{color:var(--text-tertiary);text-transform:uppercase;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);border-radius:var(--radius-sm);min-width:0;transition:all var(--duration-fast)var(--ease);background:#0000004d;outline:none;flex:1;padding:8px 10px}.styles-module__gh8NqW__filterInput:focus{border-color:var(--primary);background:#0006;box-shadow:0 0 0 3px #3b82f626,0 0 12px #3b82f61a}.styles-module__gh8NqW__filterSeparator{color:var(--text-tertiary)}.styles-module__gh8NqW__sentimentWrapper{position:relative}.styles-module__gh8NqW__sentimentBadge{border-radius:var(--radius-sm);text-transform:capitalize;cursor:pointer;border:1px solid var(--border);height:36px;color:var(--text-secondary);transition:all var(--duration-fast)var(--ease);background:#ffffff0a;align-items:center;gap:6px;padding:8px 12px;font-size:12px;font-weight:600;display:flex}.styles-module__gh8NqW__sentimentBadge:hover{border-color:var(--border-hover);background:#ffffff14;transform:translateY(-1px)}.styles-module__gh8NqW__sentimentChevron{width:14px;height:14px;transition:transform var(--duration-normal)}.styles-module__gh8NqW__sentimentChevronOpen{transform:rotate(180deg)}.styles-module__gh8NqW__sentimentBullish{color:var(--green);background:linear-gradient(135deg,#22c55e26 0%,#22c55e14 100%);border-color:#22c55e4d;box-shadow:0 0 16px #22c55e1a}.styles-module__gh8NqW__sentimentBearish{color:var(--red);background:linear-gradient(135deg,#ef444426 0%,#ef444414 100%);border-color:#ef44444d;box-shadow:0 0 16px #ef44441a}.styles-module__gh8NqW__sentimentPanel{border-radius:var(--radius-md);z-index:200;opacity:0;visibility:hidden;width:320px;transition:all var(--duration-normal)var(--ease-out);background:linear-gradient(#0a0a10fa 0%,#08080cfa 100%);border:1px solid #ffffff14;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;transform:translateY(-8px)scale(.98);box-shadow:0 16px 48px #00000080,0 0 1px #ffffff1a}.styles-module__gh8NqW__sentimentPanel:before{content:"";pointer-events:none;background:radial-gradient(at top,#3b82f60d 0%,#0000 60%);position:absolute;inset:0}.styles-module__gh8NqW__sentimentPanelOpen{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.styles-module__gh8NqW__sentimentPanelHeader{border-bottom:1px solid var(--border);background:var(--surface);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:var(--background);border:1px solid var(--border);border-radius:6px;padding:2px;display:flex}.styles-module__gh8NqW__sentimentWindowBtn{color:var(--text-tertiary);border-radius:4px;padding:4px 10px;font-size:11px;font-weight:500}.styles-module__gh8NqW__sentimentWindowBtn:hover{color:var(--text-secondary)}.styles-module__gh8NqW__sentimentWindowBtnActive{background:var(--surface-raised);color:var(--text-primary)}.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;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__customizeBtn{border-radius:var(--radius-sm);width:36px;height:36px;color:var(--text-secondary);border:1px solid var(--border);transition:all var(--duration-fast)var(--ease);cursor:pointer;background:#ffffff08;justify-content:center;align-items:center;padding:8px;display:flex;position:relative}.styles-module__gh8NqW__customizeBtn:hover{color:var(--text-primary);border-color:var(--border-hover);background:#ffffff14;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.styles-module__gh8NqW__customizeBtn svg{width:18px;height:18px}.styles-module__gh8NqW__desktopSections{display:block}.styles-module__gh8NqW__desktopSectionsMoversBottom,.styles-module__gh8NqW__desktopSectionsMoversMiddle{min-height:calc(100vh - var(--header-height) - 24px);flex-direction:column;display:flex}.styles-module__gh8NqW__feedGrow{flex:1;min-height:0}.styles-module__gh8NqW__feedGrow .styles-module__gh8NqW__feedPanel{flex-direction:column;height:100%;display:flex}.styles-module__gh8NqW__feedGrow .styles-module__gh8NqW__feedTable{flex-direction:column;flex:1;min-height:0;display:flex}.styles-module__gh8NqW__feedGrow .styles-module__gh8NqW__feedTableBody{flex:1;min-height:0;overflow-y:auto}.styles-module__gh8NqW__topMoversMiddle{flex-shrink:0;padding:4px 0}.styles-module__gh8NqW__topMoversMiddle>section{margin-bottom:0}.styles-module__gh8NqW__topMoversBottom{z-index:10;background:var(--background);margin-top:auto;padding-top:8px;position:sticky;bottom:0}.styles-module__gh8NqW__topMoversBottom>section{margin-bottom:0}.styles-module__gh8NqW__mobileSections{display:none}.styles-module__gh8NqW__fullWidthFeed{margin-top:24px}.styles-module__gh8NqW__fullWidthFeed .styles-module__gh8NqW__feedTableHeader,.styles-module__gh8NqW__fullWidthFeed .styles-module__gh8NqW__tokenRow{grid-template-columns:2fr 90px 70px 1fr 1fr 1.5fr 90px 1fr;gap:28px}.styles-module__gh8NqW__fullWidthFeed .styles-module__gh8NqW__ageCell,.styles-module__gh8NqW__fullWidthFeed .styles-module__gh8NqW__phaseCell,.styles-module__gh8NqW__fullWidthFeed .styles-module__gh8NqW__scoreCell{display:flex}.styles-module__gh8NqW__fullWidthFeed .styles-module__gh8NqW__ageHeader,.styles-module__gh8NqW__fullWidthFeed .styles-module__gh8NqW__phaseHeader,.styles-module__gh8NqW__fullWidthFeed .styles-module__gh8NqW__scoreHeader{display:block}.styles-module__gh8NqW__fullWidthFeed .styles-module__gh8NqW__ageInline,.styles-module__gh8NqW__fullWidthFeed .styles-module__gh8NqW__phaseInline,.styles-module__gh8NqW__fullWidthFeed .styles-module__gh8NqW__scoreInline{display:none}.styles-module__gh8NqW__fullWidthFeed .styles-module__gh8NqW__miniBtn{border-radius:6px;width:30px;height:30px;padding:6px}.styles-module__gh8NqW__fullWidthFeed .styles-module__gh8NqW__miniBtn svg,.styles-module__gh8NqW__fullWidthFeed .styles-module__gh8NqW__miniBtn img{width:16px;height:16px}.styles-module__gh8NqW__fullWidthFeed .styles-module__gh8NqW__tokenTopRow{gap:8px}.styles-module__gh8NqW__fullWidthFeed .styles-module__gh8NqW__tokenTicker{font-size:16px}.styles-module__gh8NqW__dualFeed{gap:20px;margin-top:24px;display:flex}.styles-module__gh8NqW__feedToggleRow{justify-content:space-between;align-items:center;gap:16px;margin-top:12px;display:flex}.styles-module__gh8NqW__feedToggleLabel{color:var(--text-primary);font-size:14px;font-weight:600}.styles-module__gh8NqW__feedToggle{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:10px;padding:3px;display:flex}.styles-module__gh8NqW__feedToggleBtn{color:var(--text-secondary);transition:all var(--duration-fast)var(--ease);white-space:nowrap;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;position:relative}.styles-module__gh8NqW__feedToggleBtn:hover{color:var(--text-primary)}.styles-module__gh8NqW__feedToggleBtnActive{color:var(--text-primary);background:linear-gradient(#ffffff1f 0%,#ffffff14 100%);box-shadow:0 2px 8px #0003,inset 0 1px #ffffff1a}@media (max-width:1200px){.styles-module__gh8NqW__dualFeed{flex-direction:column}.styles-module__gh8NqW__dualFeed .styles-module__gh8NqW__feedTableHeader,.styles-module__gh8NqW__dualFeed .styles-module__gh8NqW__tokenRow{grid-template-columns:2fr 90px 70px 1fr 1fr 1.5fr 90px 1fr;gap:28px}.styles-module__gh8NqW__dualFeed .styles-module__gh8NqW__ageCell,.styles-module__gh8NqW__dualFeed .styles-module__gh8NqW__phaseCell,.styles-module__gh8NqW__dualFeed .styles-module__gh8NqW__scoreCell{display:flex}.styles-module__gh8NqW__dualFeed .styles-module__gh8NqW__ageHeader,.styles-module__gh8NqW__dualFeed .styles-module__gh8NqW__phaseHeader,.styles-module__gh8NqW__dualFeed .styles-module__gh8NqW__scoreHeader{display:block}.styles-module__gh8NqW__dualFeed .styles-module__gh8NqW__ageInline,.styles-module__gh8NqW__dualFeed .styles-module__gh8NqW__phaseInline,.styles-module__gh8NqW__dualFeed .styles-module__gh8NqW__scoreInline{display:none}.styles-module__gh8NqW__dualFeed .styles-module__gh8NqW__miniBtn{border-radius:6px;width:30px;height:30px;padding:6px}.styles-module__gh8NqW__dualFeed .styles-module__gh8NqW__miniBtn svg,.styles-module__gh8NqW__dualFeed .styles-module__gh8NqW__miniBtn img{width:16px;height:16px}.styles-module__gh8NqW__dualFeed .styles-module__gh8NqW__tokenTopRow{gap:8px}.styles-module__gh8NqW__dualFeed .styles-module__gh8NqW__tokenTicker{font-size:16px}}.styles-module__gh8NqW__feedPanel{flex:1;min-width:0;position:relative}.styles-module__gh8NqW__feedPanelPrey{flex:1.1}.styles-module__gh8NqW__feedPanelHeader{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.styles-module__gh8NqW__feedPanelTitle{color:var(--text-primary);align-items:center;gap:8px;font-size:16px;font-weight:600;display:flex}.styles-module__gh8NqW__preyTitle{background:linear-gradient(90deg,#3b82f6,#60a5fa,#93c5fd,#60a5fa,#3b82f6) 0 0/200% 100%;-webkit-text-fill-color:transparent;color:#3b82f6;will-change:background-position;text-shadow:0 0 30px #3b82f64d;-webkit-background-clip:text;background-clip:text;animation:4s linear infinite styles-module__gh8NqW__preyGradient}@keyframes styles-module__gh8NqW__preyGradient{0%{background-position:0 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.styles-module__gh8NqW__preyTitle{background-position:0 0;animation:none}}.styles-module__gh8NqW__infoTooltip{cursor:help;background:0 0;border:none;align-items:center;padding:0;display:flex;position:relative}.styles-module__gh8NqW__infoTooltip svg{width:16px;height:16px;color:var(--text-tertiary)}.styles-module__gh8NqW__infoTooltip:hover svg{color:var(--text-secondary)}.styles-module__gh8NqW__infoTooltipContent{background:var(--background-elevated);border:1px solid var(--border);border-radius:var(--radius-md);width:240px;color:var(--text-secondary);opacity:0;visibility:hidden;z-index:100;box-shadow:var(--shadow-lg);padding:10px 12px;font-size:12px;font-weight:400;line-height:1.5;transition:all .15s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}.styles-module__gh8NqW__infoTooltip:hover .styles-module__gh8NqW__infoTooltipContent,.styles-module__gh8NqW__infoTooltip:focus .styles-module__gh8NqW__infoTooltipContent,.styles-module__gh8NqW__infoTooltip:focus-visible .styles-module__gh8NqW__infoTooltipContent{opacity:1;visibility:visible}.styles-module__gh8NqW__soundToggle{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--text-tertiary);border:1px solid var(--border);cursor:pointer;transition:all var(--duration-fast)var(--ease);background:#ffffff08;justify-content:center;align-items:center;display:flex}.styles-module__gh8NqW__soundToggle:hover{color:var(--text-secondary);background:#ffffff14;transform:translateY(-1px)}.styles-module__gh8NqW__soundToggle svg{width:16px;height:16px}.styles-module__gh8NqW__soundToggleOn{color:var(--primary);background:linear-gradient(135deg,#3b82f626 0%,#3b82f614 100%);border-color:#3b82f666;box-shadow:0 0 16px #3b82f626}.styles-module__gh8NqW__feedPanelControls{align-items:center;gap:6px;display:flex}.styles-module__gh8NqW__winRateDesc{color:var(--text-tertiary);margin:0;font-size:13px;line-height:1.5}.styles-module__gh8NqW__winRateGroup{flex-direction:column;gap:8px;display:flex}.styles-module__gh8NqW__winRateValue{font-size:14px;font-weight:600;font-family:var(--font-mono);color:var(--text-primary)}.styles-module__gh8NqW__winRateSlider{-webkit-appearance:none;background:var(--surface-raised);cursor:pointer;border-radius:2px;width:100%;height:4px}.styles-module__gh8NqW__winRateSlider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--primary);cursor:pointer;border-radius:50%;width:14px;height:14px}.styles-module__gh8NqW__winRateRange{color:var(--text-muted);font-size:11px;font-family:var(--font-mono);justify-content:space-between;display:flex}.styles-module__gh8NqW__winRateReset{width:100%;color:var(--text-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--duration-fast)var(--ease);background:#ffffff0a;padding:10px;font-family:inherit;font-size:13px;font-weight:500}.styles-module__gh8NqW__winRateReset:hover{color:var(--text-primary);border-color:var(--border-hover);background:#ffffff14}.styles-module__gh8NqW__feedTable{border-radius:var(--radius-md);background:linear-gradient(#0a0a10d9 0%,#08080cd9 100%);border:1px solid #ffffff0f;position:relative;overflow:visible;box-shadow:0 4px 24px #0003,inset 0 1px #ffffff08}.styles-module__gh8NqW__feedTable:before{display:none}.styles-module__gh8NqW__feedTablePrey{border-color:#3b82f640;position:relative;box-shadow:0 4px 24px #0003,0 0 40px #3b82f614,inset 0 1px #3b82f61a}.styles-module__gh8NqW__feedTablePrey:before{content:"";pointer-events:none;background:radial-gradient(at top,#3b82f60f 0%,#0000 50%),radial-gradient(at bottom,#3b82f608 0%,#0000 50%);position:absolute;inset:0}.styles-module__gh8NqW__feedTablePrey:after{content:"";border-radius:var(--radius-md);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:xor;-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(#3b82f64d 0%,#3b82f61a 50%,#3b82f633 100%);padding:1px;animation:3s ease-in-out infinite styles-module__gh8NqW__prey-border-pulse;position:absolute;inset:-1px}@keyframes styles-module__gh8NqW__prey-border-pulse{0%,to{opacity:.7}50%{opacity:1}}.styles-module__gh8NqW__feedTableHeader{text-transform:uppercase;letter-spacing:.04em;color:var(--text-tertiary);z-index:1;border-radius:var(--radius-md)var(--radius-md)0 0;background:linear-gradient(#ffffff0a 0%,#ffffff05 100%);border-bottom:1px solid #ffffff0f;grid-template-columns:2fr 70px 80px 1fr 80px;gap:8px;padding:10px 16px;font-size:11px;font-weight:600;display:grid;position:relative}.styles-module__gh8NqW__feedTableBody{flex-direction:column;display:flex;position:relative}.styles-module__gh8NqW__tokenRow{transition:all var(--duration-fast)var(--ease);z-index:1;background:0 0;border-bottom:1px solid #ffffff0a;grid-template-columns:2fr 70px 80px 1fr 80px;align-items:center;gap:8px;padding:12px 16px;display:grid;position:relative}.styles-module__gh8NqW__tokenRow:before{content:"";width:3px;transition:all var(--duration-fast)var(--ease);background:0 0;border-radius:0 2px 2px 0;position:absolute;top:0;bottom:0;left:0}.styles-module__gh8NqW__tokenRow:last-child{border-radius:0 0 var(--radius-md)var(--radius-md);border-bottom:none}.styles-module__gh8NqW__tokenRow:first-child{border-radius:var(--radius-md)var(--radius-md)0 0}.styles-module__gh8NqW__tokenRow:hover{z-index:100;background:linear-gradient(90deg,#ffffff0a 0%,#ffffff05 100%)}.styles-module__gh8NqW__tokenRow:hover:before{background:var(--primary);box-shadow:0 0 12px #3b82f666}.styles-module__gh8NqW__tokenCell{align-items:center;gap:10px;min-width:0;display:flex}.styles-module__gh8NqW__tokenImageWrapper{z-index:1;flex-shrink:0;position:relative}.styles-module__gh8NqW__tokenImagePreview{transform-origin:0 100%;border-radius:var(--radius-md);opacity:0;visibility:hidden;z-index:9999;pointer-events:none;background:#060606f2;border:1px solid #ffffff14;width:180px;height:180px;padding:6px;transition:opacity .15s,transform .15s,visibility .15s;position:absolute;bottom:calc(100% + 10px);left:0;transform:scale(.9);box-shadow:0 16px 48px #0009,0 0 1px #ffffff0d}.styles-module__gh8NqW__tokenImageWrapper:hover .styles-module__gh8NqW__tokenImagePreview{opacity:1;visibility:visible;transform:scale(1)}.styles-module__gh8NqW__tokenImagePreviewImg{border-radius:calc(var(--radius-md) - 2px);object-fit:cover;width:100%;height:100%}.styles-module__gh8NqW__tokenImage{border-radius:var(--radius-sm);object-fit:cover;width:40px;height:40px;transition:transform var(--duration-fast)var(--ease);background:#ffffff0d;box-shadow:0 2px 8px #0003}.styles-module__gh8NqW__tokenRow:hover .styles-module__gh8NqW__tokenImage{transform:scale(1.05)}.styles-module__gh8NqW__tokenImagePlaceholder{border-radius:var(--radius-sm);width:40px;height:40px;color:var(--text-secondary);background:linear-gradient(135deg,#ffffff1a 0%,#ffffff0d 100%);justify-content:center;align-items:center;font-size:14px;font-weight:600;display:flex;box-shadow:inset 0 1px #ffffff1a}.styles-module__gh8NqW__tokenDetails{flex-direction:column;gap:4px;min-width:0;display:flex}.styles-module__gh8NqW__tokenTopRow{align-items:center;gap:6px;display:flex}.styles-module__gh8NqW__tokenTicker{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.styles-module__gh8NqW__miniBtn{width:18px;height:18px;color:var(--text-tertiary);cursor:pointer;transition:all var(--duration-fast)var(--ease);background:#ffffff0f;border:1px solid #ffffff14;border-radius:4px;justify-content:center;align-items:center;padding:3px;text-decoration:none;display:flex}.styles-module__gh8NqW__miniBtn:hover{color:var(--text-primary);border-color:var(--border-hover);background:#ffffff1f;transform:scale(1.1)}.styles-module__gh8NqW__miniBtn:active{transform:scale(.95)}.styles-module__gh8NqW__miniBtn svg{width:10px;height:10px}.styles-module__gh8NqW__miniBtn img{border-radius:2px;width:10px;height:10px}.styles-module__gh8NqW__miniBtnCopied{color:var(--green);border-color:var(--green);background:var(--green-soft);animation:styles-module__gh8NqW__copy-pop .3s var(--ease-spring)}@keyframes styles-module__gh8NqW__copy-pop{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.styles-module__gh8NqW__tokenBottomRow{align-items:center;gap:6px;display:flex}.styles-module__gh8NqW__tokenAge{color:var(--text-tertiary);font-size:11px}.styles-module__gh8NqW__phaseTag{text-transform:uppercase;letter-spacing:.03em;border-radius:4px;padding:2px 6px;font-size:9px;font-weight:700}.styles-module__gh8NqW__phaseAmm{color:var(--green);background:linear-gradient(135deg,#22c55e33 0%,#22c55e1a 100%);border:1px solid #22c55e40;box-shadow:0 0 8px #22c55e1a}.styles-module__gh8NqW__phaseBonding{color:var(--orange);background:linear-gradient(135deg,#f9731633 0%,#f973161a 100%);border:1px solid #f9731640;box-shadow:0 0 8px #f973161a}.styles-module__gh8NqW__confidenceScore{text-transform:uppercase;letter-spacing:.03em;border:1px solid;border-radius:4px;padding:2px 6px;font-size:9px;font-weight:700}.styles-module__gh8NqW__hideConfidence .styles-module__gh8NqW__confidenceScore{display:none}.styles-module__gh8NqW__phaseCell,.styles-module__gh8NqW__scoreCell{justify-content:center;align-items:center;display:none}.styles-module__gh8NqW__ageCell{font-size:12px;font-family:var(--font-mono);color:var(--text-tertiary);white-space:nowrap;justify-content:center;align-items:center;display:none}.styles-module__gh8NqW__phaseHeader,.styles-module__gh8NqW__scoreHeader,.styles-module__gh8NqW__ageHeader{text-align:center;display:none}.styles-module__gh8NqW__phaseInline,.styles-module__gh8NqW__scoreInline,.styles-module__gh8NqW__ageInline{display:contents}.styles-module__gh8NqW__hideConfidence .styles-module__gh8NqW__scoreCell,.styles-module__gh8NqW__hideConfidence .styles-module__gh8NqW__scoreHeader{visibility:hidden}.styles-module__gh8NqW__hideConfidence .styles-module__gh8NqW__scoreInline{display:none}.styles-module__gh8NqW__perfCell{text-align:center}.styles-module__gh8NqW__perfValue{font-size:14px;font-weight:600;font-family:var(--font-mono);color:var(--green);text-shadow:0 0 12px #22c55e26}.styles-module__gh8NqW__athCell{text-align:center}.styles-module__gh8NqW__athValue{font-size:13px;font-weight:500;font-family:var(--font-mono);color:var(--text-primary)}.styles-module__gh8NqW__callersCell{z-index:5;align-items:center;gap:4px;display:flex;position:relative;overflow:visible}.styles-module__gh8NqW__avatarStack{align-items:center;display:flex;position:relative;overflow:visible}.styles-module__gh8NqW__avatarWrapper{z-index:1;margin-left:-6px;position:relative}.styles-module__gh8NqW__avatarWrapper:first-child{margin-left:0}.styles-module__gh8NqW__avatarWrapper:hover{z-index:200}.styles-module__gh8NqW__avatarPartner .styles-module__gh8NqW__callerAvatar{border:2px solid #3b82f6;box-shadow:0 0 8px #3b82f680}.styles-module__gh8NqW__avatarPartner .styles-module__gh8NqW__callerAvatar:hover{box-shadow:0 0 12px #3b82f6b3}.styles-module__gh8NqW__callerAvatar{width:26px;height:26px;color:var(--text-secondary);transition:all var(--duration-fast)var(--ease);z-index:1;background:linear-gradient(135deg,#ffffff1a 0%,#ffffff0d 100%);border:2px solid #14141ce6;border-radius:50%;justify-content:center;align-items:center;font-size:10px;font-weight:600;text-decoration:none;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 6px #0003}.styles-module__gh8NqW__callerAvatar:hover{z-index:20;border-color:var(--text-tertiary);transform:scale(1.2)translateY(-2px);box-shadow:0 4px 12px #0000004d}.styles-module__gh8NqW__callerAvatar img{object-fit:cover;width:100%;height:100%}.styles-module__gh8NqW__avatarTooltip{border-radius:var(--radius-md);opacity:0;visibility:hidden;width:220px;transition:all .2s var(--ease-out);z-index:9999;pointer-events:none;background:linear-gradient(#16161efa 0%,#121219fa 100%);border:1px solid #3b82f64d;padding:0;position:absolute;bottom:calc(100% + 12px);left:50%;overflow:hidden;transform:translate(-50%)translateY(4px);box-shadow:0 12px 40px #00000080,0 0 24px #3b82f61a}.styles-module__gh8NqW__avatarTooltip:after{content:"";border:6px solid #0000;border-top-color:#3b82f64d;position:absolute;top:100%;left:50%;transform:translate(-50%)}.styles-module__gh8NqW__avatarWrapper:hover .styles-module__gh8NqW__avatarTooltip{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.styles-module__gh8NqW__tooltipHeader{border-bottom:1px solid var(--border);border-radius:var(--radius-md)var(--radius-md)0 0;background:linear-gradient(135deg,#3b82f626 0%,#3b82f60d 100%);align-items:center;gap:8px;padding:10px 12px;display:flex}.styles-module__gh8NqW__tooltipChannelImg{object-fit:cover;border-radius:50%;width:20px;height:20px}.styles-module__gh8NqW__tooltipChannelPlaceholder{background:var(--surface-raised);width:20px;height:20px;color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;font-size:10px;font-weight:600;display:flex}.styles-module__gh8NqW__tooltipChannelName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:12px;font-weight:600;overflow:hidden}.styles-module__gh8NqW__tooltipToken{border-bottom:1px solid var(--border);align-items:center;gap:8px;padding:10px 12px;display:flex}.styles-module__gh8NqW__tooltipTokenImg{border-radius:var(--radius-sm);object-fit:cover;width:28px;height:28px}.styles-module__gh8NqW__tooltipTokenPlaceholder{border-radius:var(--radius-sm);background:var(--surface-raised);width:28px;height:28px;color:var(--text-secondary);justify-content:center;align-items:center;font-size:12px;font-weight:600;display:flex}.styles-module__gh8NqW__tooltipTokenInfo{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.styles-module__gh8NqW__tooltipTicker{color:var(--text-primary);font-size:13px;font-weight:600}.styles-module__gh8NqW__tooltipAge{color:var(--text-tertiary);font-size:10px}.styles-module__gh8NqW__tooltipPerfs{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.styles-module__gh8NqW__tooltipGain{font-size:13px;font-weight:700;font-family:var(--font-mono);flex-direction:column;align-items:flex-end;line-height:1.1;display:flex}.styles-module__gh8NqW__tooltipGainLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.03em;font-size:9px;font-weight:500}.styles-module__gh8NqW__tooltipStats{gap:16px;padding:10px 12px;display:flex}.styles-module__gh8NqW__tooltipStat{flex-direction:column;flex:1;gap:2px;display:flex}.styles-module__gh8NqW__tooltipStatLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.03em;font-size:9px;font-weight:500}.styles-module__gh8NqW__tooltipStatValue{font-size:13px;font-weight:600;font-family:var(--font-mono);color:var(--text-primary)}.styles-module__gh8NqW__moreCallersBtn{color:var(--text-secondary);cursor:pointer;transition:all var(--duration-fast)var(--ease);background:#ffffff0f;border:1px solid #ffffff14;border-radius:99px;margin-left:4px;padding:4px 8px;font-size:11px;font-weight:600}.styles-module__gh8NqW__moreCallersBtn:hover{color:var(--text-primary);border-color:var(--border-hover);background:#ffffff1f;transform:scale(1.05)}.styles-module__gh8NqW__mcCell{text-align:right}.styles-module__gh8NqW__mcValue{font-size:13px;font-weight:600;font-family:var(--font-mono);color:var(--text-primary);transition:color var(--duration-fast)var(--ease)}.styles-module__gh8NqW__mcValueHot{color:var(--green);text-shadow:0 0 10px #22c55e26}.styles-module__gh8NqW__loadingState,.styles-module__gh8NqW__errorState,.styles-module__gh8NqW__emptyState{text-align:center;color:var(--text-secondary);padding:40px 20px;font-size:14px}.styles-module__gh8NqW__loadMoreWrapper{justify-content:center;margin-top:24px;display:flex}.styles-module__gh8NqW__loadMoreBtn{color:var(--text-secondary);border-radius:var(--radius-md);cursor:pointer;transition:all var(--duration-normal)var(--ease);background:linear-gradient(#ffffff0f 0%,#ffffff08 100%);border:1px solid #ffffff14;padding:12px 28px;font-size:13px;font-weight:500;box-shadow:0 2px 8px #0000001a}.styles-module__gh8NqW__loadMoreBtn:hover{color:var(--text-primary);border-color:var(--border-hover);background:linear-gradient(#ffffff1a 0%,#ffffff0f 100%);transform:translateY(-2px);box-shadow:0 4px 16px #0003}.styles-module__gh8NqW__loadMoreBtn:disabled{opacity:.5;cursor:not-allowed}.styles-module__gh8NqW__modalOverlay{-webkit-backdrop-filter:blur(8px);z-index:10000;animation:styles-module__gh8NqW__fade-in .15s var(--ease-out);background:#000000bf;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}@keyframes styles-module__gh8NqW__fade-in{0%{opacity:0}to{opacity:1}}.styles-module__gh8NqW__modal{border-radius:var(--radius-md);width:100%;max-width:360px;animation:styles-module__gh8NqW__modal-enter .2s var(--ease-out);background:linear-gradient(#181820fa 0%,#121218fa 100%);border:1px solid #ffffff1a;overflow:hidden;box-shadow:0 24px 64px #00000080,0 0 1px #ffffff1a}@keyframes styles-module__gh8NqW__modal-enter{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.styles-module__gh8NqW__modalHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.styles-module__gh8NqW__modalTitle{color:var(--text-primary);font-size:15px;font-weight:600}.styles-module__gh8NqW__modalClose{width:28px;height:28px;color:var(--text-tertiary);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.styles-module__gh8NqW__modalClose:hover{color:var(--text-primary);background:var(--surface-raised)}.styles-module__gh8NqW__modalClose svg{width:18px;height:18px}.styles-module__gh8NqW__modalBody{flex-direction:column;gap:20px;padding:20px;display:flex}.styles-module__gh8NqW__settingRow{justify-content:space-between;align-items:center;display:flex}.styles-module__gh8NqW__settingLabel{color:var(--text-secondary);font-size:14px}.styles-module__gh8NqW__toggle{background:var(--surface-raised);border:1px solid var(--border);cursor:pointer;border-radius:99px;width:44px;height:24px;padding:0;position:relative}.styles-module__gh8NqW__toggleOn{background:var(--primary);border-color:var(--primary)}.styles-module__gh8NqW__toggleKnob{background:var(--text-primary);width:18px;height:18px;transition:transform var(--duration-fast);border-radius:50%;position:absolute;top:2px;left:2px}.styles-module__gh8NqW__toggleOn .styles-module__gh8NqW__toggleKnob{transform:translate(20px)}.styles-module__gh8NqW__volumeControl{align-items:center;gap:12px;display:flex}.styles-module__gh8NqW__volumeSlider{-webkit-appearance:none;background:var(--surface-raised);cursor:pointer;border-radius:2px;width:100px;height:4px}.styles-module__gh8NqW__volumeSlider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--primary);cursor:pointer;border-radius:50%;width:14px;height:14px}.styles-module__gh8NqW__volumeValue{font-size:12px;font-family:var(--font-mono);color:var(--text-secondary);min-width:35px}.styles-module__gh8NqW__positive{color:var(--green)}.styles-module__gh8NqW__negative{color:var(--red)}@media (max-width:900px){.styles-module__gh8NqW__feedTableHeader,.styles-module__gh8NqW__tokenRow,.styles-module__gh8NqW__fullWidthFeed .styles-module__gh8NqW__feedTableHeader,.styles-module__gh8NqW__fullWidthFeed .styles-module__gh8NqW__tokenRow,.styles-module__gh8NqW__dualFeed .styles-module__gh8NqW__feedTableHeader,.styles-module__gh8NqW__dualFeed .styles-module__gh8NqW__tokenRow{grid-template-columns:2fr 60px 70px 1fr;gap:8px}.styles-module__gh8NqW__ageCell,.styles-module__gh8NqW__phaseCell,.styles-module__gh8NqW__scoreCell,.styles-module__gh8NqW__ageHeader,.styles-module__gh8NqW__phaseHeader,.styles-module__gh8NqW__scoreHeader{display:none!important}.styles-module__gh8NqW__fullWidthFeed .styles-module__gh8NqW__ageInline,.styles-module__gh8NqW__fullWidthFeed .styles-module__gh8NqW__phaseInline,.styles-module__gh8NqW__fullWidthFeed .styles-module__gh8NqW__scoreInline,.styles-module__gh8NqW__dualFeed .styles-module__gh8NqW__ageInline,.styles-module__gh8NqW__dualFeed .styles-module__gh8NqW__phaseInline,.styles-module__gh8NqW__dualFeed .styles-module__gh8NqW__scoreInline{display:contents!important}.styles-module__gh8NqW__feedTableHeader>div:nth-child(5),.styles-module__gh8NqW__tokenRow>:nth-child(5),.styles-module__gh8NqW__feedTableHeader>div:nth-child(7),.styles-module__gh8NqW__tokenRow>:nth-child(7){display:none}}@media (max-width:640px){.styles-module__gh8NqW__desktopSections{display:none}.styles-module__gh8NqW__mobileSections{display:block}.styles-module__gh8NqW__customizeBtn{width:32px;height:32px}.styles-module__gh8NqW__customizeBtn svg{width:15px;height:15px}.styles-module__gh8NqW__header{flex-flow:wrap;align-items:center;gap:8px;height:auto;padding:12px 0}.styles-module__gh8NqW__titleRow{flex:none}.styles-module__gh8NqW__pageTitle{white-space:nowrap;font-size:18px}.styles-module__gh8NqW__acquisitionPills{display:none}.styles-module__gh8NqW__headerRight{flex-flow:row;flex:1;justify-content:flex-end;align-items:center;gap:6px}.styles-module__gh8NqW__headerSearch{width:auto}.styles-module__gh8NqW__headerActions{gap:6px}.styles-module__gh8NqW__sentimentBadge{justify-content:center;gap:0;width:32px;height:32px;min-height:32px;padding:0;font-size:0}.styles-module__gh8NqW__sentimentBadge:before{content:"—";font-size:14px}.styles-module__gh8NqW__sentimentBullish:before{content:"▲"}.styles-module__gh8NqW__sentimentBearish:before{content:"▼"}.styles-module__gh8NqW__sentimentChevron,.styles-module__gh8NqW__solLogo{display:none}.styles-module__gh8NqW__solPrice{height:32px;padding:0 8px;font-size:11px}.styles-module__gh8NqW__sentimentPanel{width:min(100vw - 32px,320px);right:0}.styles-module__gh8NqW__feedTable{background:0 0;border:none}.styles-module__gh8NqW__feedTableHeader{display:none}.styles-module__gh8NqW__feedTableBody{contain:content;flex-direction:column;gap:4px;display:flex}.styles-module__gh8NqW__tokenRow{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;grid-template-columns:1fr 1fr;grid-template-areas:"token token""perf mc""callers callers";gap:4px 8px;padding:8px 10px}.styles-module__gh8NqW__tokenRow>:nth-child(2),.styles-module__gh8NqW__tokenRow>:nth-child(3),.styles-module__gh8NqW__tokenRow>:nth-child(5),.styles-module__gh8NqW__tokenRow>:nth-child(7){display:none}.styles-module__gh8NqW__ageInline,.styles-module__gh8NqW__phaseInline,.styles-module__gh8NqW__scoreInline{display:contents!important}.styles-module__gh8NqW__tokenCell{grid-area:token}.styles-module__gh8NqW__perfCell:before{content:"Best";letter-spacing:.04em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:0;font-size:8px;font-weight:600}.styles-module__gh8NqW__perfCell{text-align:left;flex-direction:column;grid-area:perf;gap:2px;display:flex}.styles-module__gh8NqW__mcCell{text-align:right;flex-direction:column;grid-area:mc;gap:2px;display:flex}.styles-module__gh8NqW__mcCell:before{content:"Live MC";letter-spacing:.04em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:0;font-size:8px;font-weight:600}.styles-module__gh8NqW__callersCell{grid-area:callers;justify-content:flex-start;gap:6px}.styles-module__gh8NqW__callersCell:before{content:"Callers";letter-spacing:.04em;text-transform:uppercase;color:var(--text-tertiary);margin-right:4px;font-size:8px;font-weight:600}.styles-module__gh8NqW__tokenImage,.styles-module__gh8NqW__tokenImagePlaceholder{width:32px;height:32px}.styles-module__gh8NqW__tokenTicker{font-size:13px}.styles-module__gh8NqW__tokenTopRow{flex-wrap:wrap}.styles-module__gh8NqW__miniBtn{display:none}.styles-module__gh8NqW__miniBtn svg,.styles-module__gh8NqW__miniBtn img{width:14px;height:14px}.styles-module__gh8NqW__phaseTag{padding:2px 6px;font-size:10px}.styles-module__gh8NqW__callerAvatar{width:24px;height:24px}.styles-module__gh8NqW__avatarTooltip{display:none}.styles-module__gh8NqW__moreCallersBtn{min-width:28px;height:28px;font-size:10px}.styles-module__gh8NqW__filterBtn,.styles-module__gh8NqW__soundToggle{width:32px;height:32px}.styles-module__gh8NqW__filterBtn svg,.styles-module__gh8NqW__soundToggle svg{width:15px;height:15px}.styles-module__gh8NqW__feedToggleRow{flex-direction:row;align-items:center;gap:10px;margin-top:8px;margin-bottom:12px}.styles-module__gh8NqW__feedToggleLabel{display:none}.styles-module__gh8NqW__feedToggle{flex:1;justify-content:space-between;padding:2px}.styles-module__gh8NqW__feedToggleBtn{text-align:center;flex:1;padding:5px 12px;font-size:12px}.styles-module__gh8NqW__feedPanelHeader{margin-bottom:8px}.styles-module__gh8NqW__feedPanelTitle{gap:6px;font-size:14px}.styles-module__gh8NqW__filterOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;background:#0009;display:block;position:fixed;inset:0}.styles-module__gh8NqW__filterPanel{z-index:10010;max-height:calc(100dvh - 140px);padding:16px;padding-bottom:calc(16px + env(safe-area-inset-bottom));border-radius:16px;margin:0;position:fixed;bottom:12px;left:12px;right:12px;overflow-y:auto}.styles-module__gh8NqW__filterClose{justify-content:center;align-items:center;display:inline-flex}.styles-module__gh8NqW__infoTooltip{border-radius:8px;justify-content:center;width:44px;height:44px}.styles-module__gh8NqW__infoTooltipContent{width:min(260px,100vw - 48px);top:calc(100% + 8px);bottom:auto;left:0;transform:none}.styles-module__gh8NqW__modalOverlay{align-items:flex-end;padding:0}.styles-module__gh8NqW__modal{border-radius:18px 18px 0 0;width:100%;max-width:none}.styles-module__gh8NqW__modalHeader{padding:14px 16px}.styles-module__gh8NqW__modalClose{width:36px;height:36px}.styles-module__gh8NqW__modalBody{padding:16px;padding-bottom:calc(16px + env(safe-area-inset-bottom))}}[data-theme=corvus-red] .styles-module__gh8NqW__filterInput:focus{box-shadow:0 0 0 3px #ef444426,0 0 12px #ef44441a}[data-theme=corvus-red] .styles-module__gh8NqW__tableSection:before{background:radial-gradient(at top,#ef44440d 0%,#0000 60%)}[data-theme=corvus-red] .styles-module__gh8NqW__preyTitle{background:linear-gradient(90deg,#ef4444,#f87171,#fca5a5,#f87171,#ef4444);color:#ef4444;text-shadow:0 0 30px #ef44444d;-webkit-background-clip:text;background-clip:text}[data-theme=corvus-red] .styles-module__gh8NqW__soundToggleOn{background:linear-gradient(135deg,#ef444426 0%,#ef444414 100%);border-color:#ef444466;box-shadow:0 0 16px #ef444426}[data-theme=corvus-red] .styles-module__gh8NqW__feedTable{background:#0a0a10d9}[data-theme=corvus-red] .styles-module__gh8NqW__feedTablePrey{border-color:#ef444440;box-shadow:0 4px 24px #0003,0 0 40px #ef444414,inset 0 1px #ef44441a}[data-theme=corvus-red] .styles-module__gh8NqW__feedTablePrey:before{background:radial-gradient(at top,#ef44440f 0%,#0000 50%),radial-gradient(at bottom,#ef444408 0%,#0000 50%)}[data-theme=corvus-red] .styles-module__gh8NqW__feedTablePrey:after{background:linear-gradient(#ef44444d 0%,#ef44441a 50%,#ef444433 100%)}[data-theme=corvus-red] .styles-module__gh8NqW__header{-webkit-backdrop-filter:blur(20px);box-shadow:none;background:linear-gradient(#0a0a0cf2 0%,#0a0a0cd9 100%);border-bottom-color:#ffffff0a}[data-theme=corvus-red] .styles-module__gh8NqW__tokenRow:hover:before{box-shadow:0 0 12px #ef444466}[data-theme=corvus-red] .styles-module__gh8NqW__avatarPartner .styles-module__gh8NqW__callerAvatar{border-color:#ef4444;box-shadow:0 0 8px #ef444480}[data-theme=corvus-red] .styles-module__gh8NqW__avatarPartner .styles-module__gh8NqW__callerAvatar:hover{box-shadow:0 0 12px #ef4444b3}[data-theme=corvus-red] .styles-module__gh8NqW__contextMenu{border-color:#ef44444d;box-shadow:0 12px 40px #00000080,0 0 24px #ef44441a}[data-theme=corvus-red] .styles-module__gh8NqW__contextMenuArrow{border-color:#ef44444d #0000 #0000}[data-theme=corvus-red] .styles-module__gh8NqW__contextMenuSection{background:linear-gradient(135deg,#ef444426 0%,#ef44440d 100%)}[data-theme=corvus-red] .styles-module__gh8NqW__acquisitionPill{border-radius:2px}[data-theme=corvus-red] .styles-module__gh8NqW__filterDot{border-radius:0}[data-theme=corvus-red] .styles-module__gh8NqW__solPrice{border-radius:2px}[data-theme=corvus-red] .styles-module__gh8NqW__filterCount{border-radius:0}[data-theme=corvus-red] .styles-module__gh8NqW__sentimentBadge{border-radius:2px}[data-theme=corvus-red] .styles-module__gh8NqW__sentimentWindowToggle{border-radius:2px}[data-theme=corvus-red] .styles-module__gh8NqW__sentimentWindowBtn{border-radius:2px}[data-theme=corvus-red] .styles-module__gh8NqW__feedToggle{border-radius:2px}[data-theme=corvus-red] .styles-module__gh8NqW__feedToggleBtn{border-radius:2px}[data-theme=corvus-red] .styles-module__gh8NqW__miniBtn{border-radius:0}[data-theme=corvus-red] .styles-module__gh8NqW__phaseTag{border-radius:0}[data-theme=corvus-red] .styles-module__gh8NqW__confidenceScore{border-radius:0}[data-theme=corvus-red] .styles-module__gh8NqW__moreCallersBtn{border-radius:2px}[data-theme=corvus-red] .styles-module__gh8NqW__toggle{border-radius:2px}[data-theme=corvus-red] .styles-module__gh8NqW__loadMoreBtn{border-radius:2px}[data-theme=corvus-red] .styles-module__gh8NqW__modal{border-radius:2px}[data-theme=corvus-red] .styles-module__gh8NqW__infoTooltip{border-radius:2px}@media (max-width:640px){[data-theme=corvus-red] .styles-module__gh8NqW__filterPanel{border-radius:2px}[data-theme=corvus-red] .styles-module__gh8NqW__modal{border-radius:2px 2px 0 0}[data-theme=corvus-red] .styles-module__gh8NqW__infoTooltip{border-radius:2px}}
.LayoutCustomizeModal-module__ah4guW__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.LayoutCustomizeModal-module__ah4guW__modal{background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:380px;animation:LayoutCustomizeModal-module__ah4guW__modalEnter .2s var(--ease-out);overflow:hidden;box-shadow:0 24px 80px #0009}@keyframes LayoutCustomizeModal-module__ah4guW__modalEnter{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.LayoutCustomizeModal-module__ah4guW__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.LayoutCustomizeModal-module__ah4guW__title{color:var(--text-primary);letter-spacing:-.01em;font-size:16px;font-weight:700}.LayoutCustomizeModal-module__ah4guW__closeBtn{width:30px;height:30px;color:var(--text-tertiary);transition:all var(--duration-fast)var(--ease);border-radius:8px;justify-content:center;align-items:center;display:flex}.LayoutCustomizeModal-module__ah4guW__closeBtn:hover{color:var(--text-primary);background:#ffffff14}.LayoutCustomizeModal-module__ah4guW__closeBtn svg{width:16px;height:16px}.LayoutCustomizeModal-module__ah4guW__featureList{padding:8px 0}.LayoutCustomizeModal-module__ah4guW__featureRow{align-items:center;gap:10px;padding:12px 22px;display:flex}.LayoutCustomizeModal-module__ah4guW__iconConfidence{color:#50b4ff;background:linear-gradient(135deg,#50b4ff33,#50b4ff14)}.LayoutCustomizeModal-module__ah4guW__separator{align-items:center;gap:10px;padding:0 22px;display:flex}.LayoutCustomizeModal-module__ah4guW__separatorLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary);white-space:nowrap;font-size:10px;font-weight:600}.LayoutCustomizeModal-module__ah4guW__separator:after{content:"";background:var(--border);flex:1;height:1px}.LayoutCustomizeModal-module__ah4guW__sectionList{padding:8px 0}.LayoutCustomizeModal-module__ah4guW__sectionRow{border-bottom:1px solid var(--divider);cursor:grab;-webkit-user-select:none;user-select:none;transition:background var(--duration-fast)var(--ease);align-items:center;gap:10px;padding:12px 22px;display:flex;position:relative}.LayoutCustomizeModal-module__ah4guW__sectionRow:hover{background:#ffffff08}.LayoutCustomizeModal-module__ah4guW__sectionRow:last-child{border-bottom:none}.LayoutCustomizeModal-module__ah4guW__sectionRowDragging{cursor:grabbing;border-radius:var(--radius-sm);border-color:#3b82f64d;transition:none}.LayoutCustomizeModal-module__ah4guW__sectionRowDropAbove:before{content:"";background:var(--primary);border-radius:1px;height:2px;position:absolute;top:-1px;left:22px;right:22px;box-shadow:0 0 6px #3b82f666}.LayoutCustomizeModal-module__ah4guW__sectionRowDropBelow:after{content:"";background:var(--primary);border-radius:1px;height:2px;position:absolute;bottom:-1px;left:22px;right:22px;box-shadow:0 0 6px #3b82f666}.LayoutCustomizeModal-module__ah4guW__dragHandle{width:16px;height:20px;color:var(--text-tertiary);opacity:.4;transition:opacity var(--duration-fast)var(--ease);flex-shrink:0;justify-content:center;align-items:center;display:flex}.LayoutCustomizeModal-module__ah4guW__sectionRow:hover .LayoutCustomizeModal-module__ah4guW__dragHandle{opacity:.8}.LayoutCustomizeModal-module__ah4guW__dragHandle svg{width:14px;height:14px}.LayoutCustomizeModal-module__ah4guW__sectionLabel{color:var(--text-primary);flex:1;min-width:0;font-size:14px;font-weight:600}.LayoutCustomizeModal-module__ah4guW__sectionLabelHidden{color:var(--text-tertiary)}.LayoutCustomizeModal-module__ah4guW__sectionIcon{border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.LayoutCustomizeModal-module__ah4guW__sectionIcon svg{width:14px;height:14px}.LayoutCustomizeModal-module__ah4guW__iconTopMovers{color:var(--orange);background:linear-gradient(135deg,#f9731633,#f9731614)}.LayoutCustomizeModal-module__ah4guW__iconFresh{color:var(--green);background:linear-gradient(135deg,#22c55e33,#22c55e14)}.LayoutCustomizeModal-module__ah4guW__iconPrey{color:#3b82f6;background:linear-gradient(135deg,#3b82f633,#3b82f614)}.LayoutCustomizeModal-module__ah4guW__toggle{background:var(--surface-hover);border:1px solid var(--border);cursor:pointer;width:40px;height:22px;transition:all var(--duration-fast)var(--ease);border-radius:99px;flex-shrink:0;padding:0;position:relative}.LayoutCustomizeModal-module__ah4guW__toggleOn{background:var(--primary);border-color:var(--primary)}.LayoutCustomizeModal-module__ah4guW__toggleKnob{background:var(--text-primary);width:16px;height:16px;transition:transform var(--duration-fast);border-radius:50%;position:absolute;top:2px;left:2px}.LayoutCustomizeModal-module__ah4guW__toggleOn .LayoutCustomizeModal-module__ah4guW__toggleKnob{transform:translate(18px)}.LayoutCustomizeModal-module__ah4guW__toggleDisabled{opacity:.35;cursor:not-allowed}.LayoutCustomizeModal-module__ah4guW__footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:14px 22px;display:flex}.LayoutCustomizeModal-module__ah4guW__resetBtn{color:var(--text-tertiary);transition:color var(--duration-fast)var(--ease);padding:6px 0;font-size:12px}.LayoutCustomizeModal-module__ah4guW__resetBtn:hover{color:var(--text-primary)}.LayoutCustomizeModal-module__ah4guW__doneBtn{color:#fff;background:var(--primary);border-radius:var(--radius-sm);transition:all var(--duration-fast)var(--ease);padding:8px 20px;font-size:13px;font-weight:600}.LayoutCustomizeModal-module__ah4guW__doneBtn:hover{filter:brightness(1.15);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}@media (max-width:640px){.LayoutCustomizeModal-module__ah4guW__overlay{padding:12px;padding-bottom:calc(84px + env(safe-area-inset-bottom))}.LayoutCustomizeModal-module__ah4guW__modal{max-width:100%;max-height:calc(100dvh - 84px - 12px - env(safe-area-inset-bottom))}@keyframes LayoutCustomizeModal-module__ah4guW__modalSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.LayoutCustomizeModal-module__ah4guW__separator,.LayoutCustomizeModal-module__ah4guW__sectionList{display:none}}[data-theme=corvus-red] .LayoutCustomizeModal-module__ah4guW__sectionRowDragging{border-color:#ef44444d}[data-theme=corvus-red] .LayoutCustomizeModal-module__ah4guW__sectionRowDropAbove:before{box-shadow:0 0 6px #ef444466}[data-theme=corvus-red] .LayoutCustomizeModal-module__ah4guW__sectionRowDropBelow:after{box-shadow:0 0 6px #ef444466}[data-theme=corvus-red] .LayoutCustomizeModal-module__ah4guW__iconPrey{color:#ef4444;background:linear-gradient(135deg,#ef444433,#ef444414)}[data-theme=corvus-red] .LayoutCustomizeModal-module__ah4guW__doneBtn:hover{box-shadow:0 4px 12px #ef44444d}[data-theme=corvus-red] .LayoutCustomizeModal-module__ah4guW__modal{border-radius:2px}[data-theme=corvus-red] .LayoutCustomizeModal-module__ah4guW__closeBtn{border-radius:2px}[data-theme=corvus-red] .LayoutCustomizeModal-module__ah4guW__toggle{border-radius:2px}
