.FeedPage-module__NaTG2a__feedContent{width:100%;padding:1rem}.FeedPage-module__NaTG2a__topBar{justify-content:space-between;align-items:center;gap:1rem;display:flex}.FeedPage-module__NaTG2a__proposalPrompt{color:var(--color-text-subtle);text-align:left;margin:clamp(1rem,2vh,1.5rem) 0 clamp(1rem,2vh,1.5rem) clamp(.75rem,2vw,1rem);font-size:clamp(.8rem,.85rem + .2vw,.875rem)}.FeedPage-module__NaTG2a__proposalLink{color:var(--color-text-muted);word-break:break-word;text-decoration:underline;transition:color .2s}.FeedPage-module__NaTG2a__proposalLink:hover{color:var(--color-text-hover)}.FeedPage-module__NaTG2a__postsList{flex-direction:column;gap:1rem;display:flex}.FeedPage-module__NaTG2a__username{color:var(--color-text-muted);margin-top:4px;font-size:.85rem}.FeedPage-module__NaTG2a__username:hover{color:var(--color-text-hover);text-decoration:underline;transition:color .2s}.FeedPage-module__NaTG2a__divider{filter:blur(.3px);pointer-events:none;background:linear-gradient(90deg,#80808000 5%,gray 20% 80%,#80808000 95%);width:calc(100% + 100px);height:1px;margin-bottom:2rem;position:relative;left:-50px}
.StockPanel-module__wf9lta__panel{background-color:var(--color-bg);color:var(--color-text-primary);border-radius:.5rem;padding:1rem;font-size:.95rem}.StockPanel-module__wf9lta__titleRow{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.StockPanel-module__wf9lta__title{font-size:1.1rem;font-weight:700}.StockPanel-module__wf9lta__infoIcon{background-color:var(--color-surface-hover,#333);color:#fff;cursor:default;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.8rem;font-weight:700;transition:background-color .2s;display:flex;position:relative}.StockPanel-module__wf9lta__infoIcon:hover:after{content:attr(data-tooltip);color:#fff;white-space:nowrap;z-index:999;background-color:#222;border-radius:.3rem;padding:.4rem .6rem;font-size:.75rem;position:absolute;top:110%;right:0;box-shadow:0 2px 6px #0003}.StockPanel-module__wf9lta__infoIcon:hover{background-color:var(--color-surface-hover,#444)}.StockPanel-module__wf9lta__section{margin-bottom:1.5rem}.StockPanel-module__wf9lta__section h4{color:var(--color-text-muted);margin-bottom:.5rem;font-size:.95rem}.StockPanel-module__wf9lta__grid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.StockPanel-module__wf9lta__stockCard{cursor:pointer;flex-direction:column;justify-content:space-between;height:120px;padding:.75rem;transition:transform .2s;display:flex;overflow:hidden}.StockPanel-module__wf9lta__stockCard:hover{transform:scale(1.02)}.StockPanel-module__wf9lta__stockHeader{justify-content:space-between;margin-bottom:.25rem;font-size:.85rem;font-weight:500;display:flex}.StockPanel-module__wf9lta__noChart{color:var(--color-text-muted);text-align:center;flex:1;justify-content:center;align-items:center;height:60px;font-size:.75rem;display:flex}
.PriceChangeFlash-module__nNbHLG__priceFlash{will-change:transform,opacity;border-radius:4px;padding:0 4px;font-weight:500;position:relative;transform:translateZ(0)}.PriceChangeFlash-module__nNbHLG__stockUp{color:#4caf50}.PriceChangeFlash-module__nNbHLG__stockDown{color:#ef5350}.PriceChangeFlash-module__nNbHLG__up{animation:.4s PriceChangeFlash-module__nNbHLG__flashGreen}.PriceChangeFlash-module__nNbHLG__down{animation:.4s PriceChangeFlash-module__nNbHLG__flashRed}@keyframes PriceChangeFlash-module__nNbHLG__flashGreen{0%{background-color:#4caf5066;transform:scale(1.05)}to{background-color:#0000;transform:scale(1)}}@keyframes PriceChangeFlash-module__nNbHLG__flashRed{0%{background-color:#ef535066;transform:scale(1.05)}to{background-color:#0000;transform:scale(1)}}
.MiniChartSkeleton-module__0Rr1lW__chartGhost{background-color:var(--skeleton-text,#2a2a2a);background-image:linear-gradient(90deg,transparent,var(--skeleton-shimmer,#ffffff14),transparent);pointer-events:none;background-repeat:no-repeat;background-size:200% 100%;border-radius:6px;width:100%;height:100%;animation:1.6s linear infinite MiniChartSkeleton-module__0Rr1lW__skeletonShimmer}@keyframes MiniChartSkeleton-module__0Rr1lW__skeletonShimmer{0%{background-position:-200% 0}to{background-position:200% 0}}
.card{background:var(--color-surface);border:1px solid var(--color-border);width:100%;box-shadow:var(--box-shadow-card);border-radius:12px}.card-alt{background:var(--color-surface-alt);border:1px solid var(--color-border);box-shadow:var(--box-shadow-card);border-radius:12px}.is-interactive{cursor:pointer;transition:background-color .2s}.is-interactive:hover{background-color:var(--color-surface-alt)}
.Top5IssuesCardSkeleton-module__z_AKsG__container{background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;flex-direction:column;height:100%;padding:2rem;display:flex}.Top5IssuesCardSkeleton-module__z_AKsG__header{margin-bottom:1.5rem}.Top5IssuesCardSkeleton-module__z_AKsG__titleRow{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.Top5IssuesCardSkeleton-module__z_AKsG__titleGhost{background-color:var(--skeleton-text);background-image:linear-gradient(90deg,transparent,var(--skeleton-shimmer),transparent);background-repeat:no-repeat;background-size:200% 100%;border-radius:4px;width:250px;height:24px;animation:1.6s linear infinite Top5IssuesCardSkeleton-module__z_AKsG__skeletonShimmer}.Top5IssuesCardSkeleton-module__z_AKsG__infoIconGhost{background-color:var(--skeleton-text);background-image:linear-gradient(90deg,transparent,var(--skeleton-shimmer),transparent);background-repeat:no-repeat;background-size:200% 100%;border-radius:50%;width:20px;height:20px;animation:1.6s linear infinite Top5IssuesCardSkeleton-module__z_AKsG__skeletonShimmer}.Top5IssuesCardSkeleton-module__z_AKsG__issuesList{flex-direction:column;flex:1;gap:1rem;display:flex}.Top5IssuesCardSkeleton-module__z_AKsG__issueCardGhost{background-color:var(--skeleton-text);background-image:linear-gradient(90deg,transparent,var(--skeleton-shimmer),transparent);background-repeat:no-repeat;background-size:200% 100%;border-radius:8px;width:100%;height:120px;animation:1.6s linear infinite Top5IssuesCardSkeleton-module__z_AKsG__skeletonShimmer}@keyframes Top5IssuesCardSkeleton-module__z_AKsG__skeletonShimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media (max-width:600px){.Top5IssuesCardSkeleton-module__z_AKsG__container{padding:1.5rem}.Top5IssuesCardSkeleton-module__z_AKsG__issueCardGhost{height:100px}}
.Top5IssuesCard-module__iVLwoa__container{flex-direction:column;height:100%;padding:clamp(1rem,3vw,1.5rem);display:flex}.Top5IssuesCard-module__iVLwoa__titleRow{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.Top5IssuesCard-module__iVLwoa__title{color:var(--color-text-primary);margin:0;font-size:clamp(1rem,3vw,1.125rem);font-weight:700}.Top5IssuesCard-module__iVLwoa__infoIcon{background-color:var(--color-surface-hover,#333);color:#fff;cursor:default;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.8rem;font-weight:700;transition:background-color .2s;display:flex;position:relative}.Top5IssuesCard-module__iVLwoa__infoIcon:hover:after{content:attr(data-tooltip);color:#fff;white-space:nowrap;z-index:999;background-color:#222;border-radius:.3rem;padding:.4rem .6rem;font-size:.75rem;position:absolute;top:110%;right:0;box-shadow:0 2px 6px #0003}.Top5IssuesCard-module__iVLwoa__updated{color:var(--color-text-subtle);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:.75rem}.Top5IssuesCard-module__iVLwoa__issuesList{flex-direction:column;flex:1;gap:1rem;display:flex}.Top5IssuesCard-module__iVLwoa__issueCard{background-color:var(--color-surface-alt);padding:1rem;transition:all .2s}.Top5IssuesCard-module__iVLwoa__issueCard:hover{border-color:var(--color-primary);background-color:var(--color-surface-hover)}.Top5IssuesCard-module__iVLwoa__issueHeader{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.Top5IssuesCard-module__iVLwoa__issueNumber{background-color:var(--color-primary);color:var(--color-bg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:700;display:flex}.Top5IssuesCard-module__iVLwoa__issueMeta{flex-direction:column;gap:.5rem;display:flex}.Top5IssuesCard-module__iVLwoa__severityTime{align-items:center;gap:.5rem;display:flex}.Top5IssuesCard-module__iVLwoa__severity{text-transform:uppercase;letter-spacing:.5px;border-radius:4px;padding:.125rem .375rem;font-size:.625rem;font-weight:700}.Top5IssuesCard-module__iVLwoa__severityCritical{color:#fff;background-color:#dc2626}.Top5IssuesCard-module__iVLwoa__severityHigh{color:#fff;background-color:#ea580c}.Top5IssuesCard-module__iVLwoa__severityMedium{background-color:var(--color-warning);color:var(--color-bg)}.Top5IssuesCard-module__iVLwoa__severityLow{background-color:var(--color-success);color:#fff}.Top5IssuesCard-module__iVLwoa__severityMinimal{color:#fff;background-color:#6b7280}.Top5IssuesCard-module__iVLwoa__confidence{color:var(--color-text-subtle);font-size:.75rem;font-weight:500}.Top5IssuesCard-module__iVLwoa__category{color:var(--color-text-primary);font-size:.875rem;font-weight:600}.Top5IssuesCard-module__iVLwoa__timeHorizon{text-transform:uppercase;letter-spacing:.5px;border-radius:4px;width:fit-content;padding:.125rem .375rem;font-size:.625rem;font-weight:600}.Top5IssuesCard-module__iVLwoa__timeHorizonShort{color:#fff;background-color:#dc2626}.Top5IssuesCard-module__iVLwoa__timeHorizonMedium{color:#fff;background-color:#ea580c}.Top5IssuesCard-module__iVLwoa__timeHorizonLong{color:#fff;background-color:#6b7280}.Top5IssuesCard-module__iVLwoa__issueTitle{color:var(--color-text-primary);margin:0 0 .5rem;font-size:.875rem;font-weight:600;line-height:1.4}.Top5IssuesCard-module__iVLwoa__issueThesis{color:var(--color-text-muted);margin:0 0 .75rem;font-size:.75rem;line-height:1.4}.Top5IssuesCard-module__iVLwoa__evidenceSection{margin-top:1.5rem}.Top5IssuesCard-module__iVLwoa__evidenceTitle{color:var(--color-text-primary);text-transform:uppercase;letter-spacing:.5px;margin:0 0 .75rem;font-size:.75rem;font-weight:600}.Top5IssuesCard-module__iVLwoa__evidence{flex-direction:column;gap:.75rem;display:flex}.Top5IssuesCard-module__iVLwoa__evidenceItem{color:var(--color-text-muted);font-size:.75rem;line-height:1.4}.Top5IssuesCard-module__iVLwoa__evidenceSourceLink{color:#06c;font-weight:600;text-decoration:underline;transition:color .2s}.Top5IssuesCard-module__iVLwoa__evidenceSourceLink:hover{color:#39f}.Top5IssuesCard-module__iVLwoa__evidenceQuote{margin-left:.25rem;font-style:italic}.Top5IssuesCard-module__iVLwoa__issueActions{align-items:center;gap:.75rem;display:flex}.Top5IssuesCard-module__iVLwoa__expandButton{color:var(--color-primary);cursor:pointer;background:0 0;border:none;padding:.25rem 0;font-size:.75rem;font-weight:600;transition:color .2s}.Top5IssuesCard-module__iVLwoa__expandButton:hover{color:var(--color-text-hover)}.Top5IssuesCard-module__iVLwoa__expandedContent{border-top:1px solid var(--color-border);margin-top:1rem;padding-top:1rem;animation:.2s ease-out Top5IssuesCard-module__iVLwoa__expandIn}@keyframes Top5IssuesCard-module__iVLwoa__expandIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Top5IssuesCard-module__iVLwoa__detailsGrid{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.Top5IssuesCard-module__iVLwoa__detailSection{flex-direction:column;gap:.5rem;display:flex}.Top5IssuesCard-module__iVLwoa__detailTitle{color:var(--color-text-primary);text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:.75rem;font-weight:600}.Top5IssuesCard-module__iVLwoa__detailList{flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.Top5IssuesCard-module__iVLwoa__detailList li{color:var(--color-text-muted);padding-left:.75rem;font-size:.75rem;line-height:1.4;position:relative}.Top5IssuesCard-module__iVLwoa__detailList li:before{content:"•";color:var(--color-primary);position:absolute;left:0}.Top5IssuesCard-module__iVLwoa__impactSection{margin-bottom:1.5rem}.Top5IssuesCard-module__iVLwoa__impactTitle{color:var(--color-text-primary);text-transform:uppercase;letter-spacing:.5px;margin:0 0 .5rem;font-size:.75rem;font-weight:600}.Top5IssuesCard-module__iVLwoa__impactDescription{color:var(--color-text-muted);background-color:var(--color-surface);border-left:3px solid var(--color-primary);border-radius:6px;margin:0;padding:.75rem;font-size:.75rem;line-height:1.4}.Top5IssuesCard-module__iVLwoa__signalName{color:var(--color-text-subtle);font-weight:600}.Top5IssuesCard-module__iVLwoa__signalValue{color:var(--color-primary);margin-left:.25rem;font-weight:500}.Top5IssuesCard-module__iVLwoa__signalSource{color:var(--color-text-subtle);margin-left:.25rem;font-style:italic}.Top5IssuesCard-module__iVLwoa__retailOpportunity{background-color:var(--color-surface-alt);border:1px solid var(--color-border);border-radius:8px;padding:1rem}.Top5IssuesCard-module__iVLwoa__opportunityTitle{color:var(--color-text-primary);margin:0 0 .5rem;font-size:.875rem;font-weight:600}.Top5IssuesCard-module__iVLwoa__opportunityAngle{color:var(--color-text-muted);margin:0 0 1rem;font-size:.75rem;line-height:1.4}.Top5IssuesCard-module__iVLwoa__equivoxActions{margin-bottom:1rem}.Top5IssuesCard-module__iVLwoa__actionsTitle{color:var(--color-text-primary);text-transform:uppercase;letter-spacing:.5px;margin:0 0 .5rem;font-size:.75rem;font-weight:600}.Top5IssuesCard-module__iVLwoa__actionButtons{flex-direction:column;gap:.5rem;display:flex}.Top5IssuesCard-module__iVLwoa__actionButton{background-color:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-primary);cursor:pointer;text-align:left;border-radius:6px;padding:.5rem .75rem;font-size:.75rem;transition:all .2s}.Top5IssuesCard-module__iVLwoa__actionButton:hover{background-color:var(--color-surface-hover);border-color:var(--color-primary)}.Top5IssuesCard-module__iVLwoa__actionButton.Top5IssuesCard-module__iVLwoa__proposal{border-left:3px solid var(--color-primary)}.Top5IssuesCard-module__iVLwoa__actionButton.Top5IssuesCard-module__iVLwoa__campaign{border-left:3px solid var(--color-success)}.Top5IssuesCard-module__iVLwoa__monitorSection,.Top5IssuesCard-module__iVLwoa__invalidatorsSection{margin-bottom:1rem}.Top5IssuesCard-module__iVLwoa__monitorTitle,.Top5IssuesCard-module__iVLwoa__invalidatorsTitle{color:var(--color-text-primary);text-transform:uppercase;letter-spacing:.5px;margin:0 0 .5rem;font-size:.75rem;font-weight:600}.Top5IssuesCard-module__iVLwoa__monitorList,.Top5IssuesCard-module__iVLwoa__invalidatorsList{flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.Top5IssuesCard-module__iVLwoa__monitorList li,.Top5IssuesCard-module__iVLwoa__invalidatorsList li{color:var(--color-text-muted);font-size:.75rem;line-height:1.4}.Top5IssuesCard-module__iVLwoa__footer{border-top:1px solid var(--color-border);gap:.75rem;padding-top:1rem;display:flex}.Top5IssuesCard-module__iVLwoa__refreshButton,.Top5IssuesCard-module__iVLwoa__shareButton{background-color:var(--color-surface-alt);border:1px solid var(--color-border);color:var(--color-text-primary);cursor:pointer;border-radius:6px;flex:1;padding:.5rem .75rem;font-size:.75rem;font-weight:500;transition:all .2s}.Top5IssuesCard-module__iVLwoa__refreshButton:hover,.Top5IssuesCard-module__iVLwoa__shareButton:hover{background-color:var(--color-surface-hover);border-color:var(--color-primary)}.Top5IssuesCard-module__iVLwoa__container::-webkit-scrollbar{width:4px}.Top5IssuesCard-module__iVLwoa__container::-webkit-scrollbar-track{background:var(--color-surface-alt);border-radius:2px}.Top5IssuesCard-module__iVLwoa__container::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:2px}.Top5IssuesCard-module__iVLwoa__container::-webkit-scrollbar-thumb:hover{background:var(--color-text-subtle)}@media (max-width:768px){.Top5IssuesCard-module__iVLwoa__detailsGrid{grid-template-columns:1fr;gap:.75rem}.Top5IssuesCard-module__iVLwoa__severityTime{flex-direction:column;align-items:flex-start;gap:.25rem}.Top5IssuesCard-module__iVLwoa__actionButtons,.Top5IssuesCard-module__iVLwoa__actionButton{width:100%}}.Top5IssuesCard-module__iVLwoa__loading,.Top5IssuesCard-module__iVLwoa__error,.Top5IssuesCard-module__iVLwoa__emptyState{text-align:center;color:var(--color-text-secondary);flex-direction:column;justify-content:center;align-items:center;display:flex}.Top5IssuesCard-module__iVLwoa__loading{justify-content:center;align-items:center;width:100%;height:200px;margin-top:4rem;font-size:1.1rem;display:flex}.Top5IssuesCard-module__iVLwoa__error{color:var(--color-error)}.Top5IssuesCard-module__iVLwoa__emptyState{flex:1;gap:1rem}.Top5IssuesCard-module__iVLwoa__emptyStateContent{flex-direction:column;align-items:center;gap:1rem;max-width:280px;display:flex}.Top5IssuesCard-module__iVLwoa__emptyStateIcon{justify-content:center;align-items:center;margin-bottom:-.5rem;font-size:2.5rem;display:flex}.Top5IssuesCard-module__iVLwoa__searchIconGradient{color:#ffd600;filter:drop-shadow(0 0 8px #ffd60099);animation:2s ease-in-out infinite alternate Top5IssuesCard-module__iVLwoa__searchIconGlow}@keyframes Top5IssuesCard-module__iVLwoa__searchIconGlow{0%{color:#ffd600;filter:drop-shadow(0 0 8px #ffd60099)}to{color:#ffa800;filter:drop-shadow(0 0 12px #ffa800cc)}}.Top5IssuesCard-module__iVLwoa__emptyStateTitle{color:var(--color-text-primary);margin:0;font-size:1.125rem;font-weight:700}.Top5IssuesCard-module__iVLwoa__emptyStateDescription{color:var(--color-text-muted);margin-bottom:.5rem;font-size:.875rem;line-height:1.5}
.EditIconButton-module__clXZyG__editButton{cursor:pointer;background:0 0;border:none;padding:4px;position:absolute;top:1rem;right:1rem}.EditIconButton-module__clXZyG__editButton svg{color:var(--color-text-subtle);transition:color .2s;display:block}.EditIconButton-module__clXZyG__editButton:hover svg{color:var(--color-accent)}
.MarketNewsPanel-module__K4yyrG__container{background-color:var(--color-bg);color:var(--color-text-primary);border-radius:.5rem;margin-bottom:1.25rem;padding:1rem;font-size:.95rem}.MarketNewsPanel-module__K4yyrG__title{margin:0 0 1rem;font-size:1.1rem;font-weight:700}.MarketNewsPanel-module__K4yyrG__newsList{flex-direction:column;gap:1rem;display:flex}.MarketNewsPanel-module__K4yyrG__newsCard{flex-direction:column;gap:.75rem;padding:1rem 1.25rem;display:flex;position:relative}.MarketNewsPanel-module__K4yyrG__hasImage{flex-direction:column}@media (min-width:768px){.MarketNewsPanel-module__K4yyrG__hasImage{flex-direction:row;align-items:center;gap:1.5rem}}.MarketNewsPanel-module__K4yyrG__content{flex-direction:column;flex:1;gap:.5rem;display:flex}.MarketNewsPanel-module__K4yyrG__headerRow{color:var(--color-text-subtle);align-items:center;gap:.4rem;margin-bottom:.25rem;font-size:.8125rem;display:flex}.MarketNewsPanel-module__K4yyrG__source{color:var(--color-text-muted);font-weight:600}.MarketNewsPanel-module__K4yyrG__timestamp{font-weight:500}.MarketNewsPanel-module__K4yyrG__headline{color:var(--color-text-primary);word-break:break-word;overflow-wrap:break-word;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.MarketNewsPanel-module__K4yyrG__summary{color:var(--color-text-subtle);word-break:break-word;overflow-wrap:break-word;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;max-height:4rem;font-size:.875rem;line-height:1.6;display:-webkit-box;overflow:hidden}.MarketNewsPanel-module__K4yyrG__longSummary{-webkit-line-clamp:unset;line-clamp:unset;max-height:none;display:block}.MarketNewsPanel-module__K4yyrG__thumbnailWrapper{border-radius:.5rem;flex-shrink:0;justify-content:center;width:100%;margin-top:.5rem;display:flex;overflow:hidden}@media (min-width:768px){.MarketNewsPanel-module__K4yyrG__thumbnailWrapper{width:120px;height:80px;margin-top:0}}.MarketNewsPanel-module__K4yyrG__thumbnail{-o-object-fit:cover;object-fit:cover;border-radius:.5rem;width:100%;height:100%}.MarketNewsPanel-module__K4yyrG__skeletonContent{flex-direction:column;flex:1;gap:.5rem;display:flex}.MarketNewsPanel-module__K4yyrG__skeletonHeader{align-items:center;gap:.4rem;margin-bottom:.25rem;display:flex}.MarketNewsPanel-module__K4yyrG__skeletonSource{background:var(--color-surface-hover);border-radius:4px;width:60px;height:13px;animation:1.5s ease-in-out infinite MarketNewsPanel-module__K4yyrG__skeleton-pulse}.MarketNewsPanel-module__K4yyrG__skeletonTimestamp{background:var(--color-surface-hover);border-radius:4px;width:40px;height:13px;animation:1.5s ease-in-out infinite MarketNewsPanel-module__K4yyrG__skeleton-pulse}.MarketNewsPanel-module__K4yyrG__skeletonHeadline{background:var(--color-surface-hover);border-radius:4px;width:100%;height:20px;margin-bottom:.5rem;animation:1.5s ease-in-out infinite MarketNewsPanel-module__K4yyrG__skeleton-pulse}.MarketNewsPanel-module__K4yyrG__skeletonSummary{background:var(--color-surface-hover);border-radius:4px;width:80%;height:14px;animation:1.5s ease-in-out infinite MarketNewsPanel-module__K4yyrG__skeleton-pulse}@keyframes MarketNewsPanel-module__K4yyrG__skeleton-pulse{0%,to{opacity:1}50%{opacity:.5}}
