.dashboardPage .statsRow{margin-bottom:24px}.dashboardPage .statCard .statContent{justify-content:space-between;align-items:center;display:flex}.dashboardPage .statCard .statContent .statInfo .statLabel{color:#666;margin-bottom:8px;font-size:14px}.dashboardPage .statCard .statContent .statInfo .statValue{color:#333;font-size:32px;font-weight:600}.dashboardPage .statCard .statContent .statIcon{color:#fff;border-radius:8px;justify-content:center;align-items:center;width:64px;height:64px;font-size:28px;display:flex}.dashboardPage .statCard .statContent .statIcon.movies{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.dashboardPage .statCard .statContent .statIcon.categories{background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%)}.dashboardPage .statCard .statContent .statIcon.rating{background:linear-gradient(135deg,#4facfe 0%,#00f2fe 100%)}.dashboardPage .recentSection{margin-top:24px}.dashboardPage .recentSection .sectionTitle{color:#333;margin-bottom:16px;font-size:18px;font-weight:600}.dashboardPage .movieCard{height:100%;transition:box-shadow .3s}.dashboardPage .movieCard:hover{box-shadow:0 4px 12px #00000026}.dashboardPage .movieCard .moviePoster{object-fit:cover;border-radius:4px;width:100%;height:200px}.dashboardPage .movieCard .movieInfo{padding-top:12px}.dashboardPage .movieCard .movieInfo .movieTitle{text-overflow:ellipsis;white-space:nowrap;margin-bottom:8px;font-size:16px;font-weight:500;overflow:hidden}.dashboardPage .movieCard .movieInfo .movieMeta{color:#666;justify-content:space-between;font-size:13px;display:flex}
