/* removed */ /* .activity-chart { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; border-radius: 20px; padding: 25px; box-shadow: 0 8px 30px rgba(102, 126, 234, 0.3); border: none; position: relative; overflow: hidden; h3 { margin: 0 0 15px 0; font-size: 18px; color: white; position: relative; z-index: 1; } .activity-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 12px; margin: 20px 0; position: relative; z-index: 1; } .activity-day { text-align: center; padding: 15px; background: rgba(255, 255, 255, 0.15); border-radius: 12px; border: 1px solid rgba(255, 255, 255, 0.2); transition: all 0.3s ease; backdrop-filter: blur(10px); position: relative; &:hover { background: rgba(255, 255, 255, 0.25); transform: translateY(-3px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2); } } .activity-day-label { font-size: 12px; opacity: 0.8; margin-bottom: 8px; font-weight: 500; } .activity-day-value { font-size: 20px; font-weight: 700; margin-bottom: 4px; } .activity-day-files { font-size: 10px; opacity: 0.7; } .activity-chart-footer { text-align: center; font-size: 12px; opacity: 0.8; position: relative; z-index: 1; margin-top: 15px; } } */ export default function ActivityChart() { return (

⚡ Активность за неделю

Пн
0
файлов
Вт
0
файлов
Ср
0
файлов
Чт
0
файлов
Пт
0
файлов
Сб
0
файлов
Вс
0
файлов
📊 Всего за неделю: 0 файлов
) }