.news-timeline{padding-top:var(--spacing-lg)}.news-loading,.news-empty{color:var(--color-text-light);text-align:center;background:var(--color-background);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:2.5rem}.news-timeline-group{margin-bottom:var(--spacing-xl)}.news-timeline-period{margin-bottom:var(--spacing-md);padding-bottom:var(--spacing-sm);border-bottom:1px solid var(--color-border);align-items:center;gap:.75rem;display:flex}.news-timeline-period-icon{width:20px;height:20px;color:var(--color-primary)}.news-timeline-period-title{color:var(--color-primary-dark);font-size:var(--text-xl);margin:0;font-weight:800;line-height:1.2}.news-timeline-items{gap:var(--spacing-md);display:grid}.news-timeline-item{gap:var(--spacing-md);grid-template-columns:44px 1fr;align-items:start;display:grid}.news-timeline-item-marker{width:36px;height:36px;color:var(--color-primary);background:rgba(var(--color-primary-rgb), .08);border:1px solid rgba(var(--color-primary-rgb), .14);border-radius:var(--radius-md);justify-content:center;align-items:center;display:flex}.news-timeline-item-icon{width:15px;height:15px}.news-timeline-item-content{background:var(--color-background);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:1.25rem 1.35rem}.news-timeline-item-date{color:var(--color-text-light);font-size:var(--text-sm);margin-bottom:.45rem;font-weight:600}.news-timeline-item-title{color:var(--color-primary-dark);font-size:var(--text-lg);margin:0 0 .55rem;font-weight:800;line-height:1.3}.news-timeline-item-text{color:var(--color-text);font-size:var(--text-base);white-space:pre-line;line-height:1.65}@media (max-width:640px){.news-timeline-item{grid-template-columns:1fr;gap:.75rem}.news-timeline-item-marker{width:34px;height:34px}}
