.tsp-dashboard { padding: 20px; }
.tsp-stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 30px; }
.tsp-stat-box { background: #fff; border: 1px solid #ddd; border-radius: 8px; padding: 20px; text-align: center; }
.tsp-stat-number { font-size: 32px; font-weight: bold; color: #2271b1; margin: 10px 0; }
.tsp-week-overview { background: #fff; padding: 20px; border-radius: 8px; }
.tsp-completed { opacity: 0.6; background: #f0f9ff !important; }
.tsp-training-card { background: #fff; border: 1px solid #ddd; border-radius: 8px; padding: 15px; margin-bottom: 15px; }
.tsp-training-strength { border-left: 4px solid #f4b084; }
.tsp-training-cardio { border-left: 4px solid #a9d08e; }
.tsp-training-rest { border-left: 4px solid #d9e1f2; }
.tsp-chart-container { margin: 30px 0; padding: 20px; background: #fff; border-radius: 8px; }
