/* Сетки статистики */
.stats-grid-compact { display: grid; grid-template-columns: minmax(250px, 1fr) 250px 3fr; gap: 5px; margin-bottom: 40px; }
.stat-col { background: var(--bg-card); border: 1px solid var(--border-color); overflow: hidden; border-radius: var(--radius); }
.stat-header { background: var(--bg-hover); padding: 10px 15px; font-weight: 700; font-size: 11px; border-bottom: 1px solid var(--border-color); color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.5px; }

/* Таблицы */
.stat-table-compact { width: 100%; border-collapse: collapse; table-layout: fixed; }
.stat-table-compact tr { height: 38px; }
.stat-table-compact td { padding: 0 10px; border-bottom: 1px solid var(--border-color); color: var(--text-main); font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: middle; }
.small-font { font-size: 10px !important; color: var(--text-muted); font-weight: 600; }

.wide-table th.col-topic { width: auto; } 
.wide-table th.col-stat  { width: 65px; text-align: center; }
.wide-table th.col-user  { width: 120px; }
.wide-table th.col-date  { width: 90px; }
.wide-table th.col-forum { width: 15%; }