((full)): Pawan Kalyan Filmography

.film-card:hover transform: translateY(-6px); border-color: rgba(255,180,71,0.6); box-shadow: 0 20px 30px -12px black; background: rgba(28, 32, 48, 0.9);

.stats-badge display: flex; justify-content: center; gap: 2rem; margin: 1.5rem 0 2rem; flex-wrap: wrap; pawan kalyan filmography

// helper: get decade or role filter compatibility function matchesFilter(movie, filterValue) if (filterValue === 'all') return true; if (filterValue === 'lead') return movie.role === 'Lead'; if (filterValue === 'cameo') return movie.role === 'Cameo'; if (filterValue === '2000s') return movie.year >= 2000 && movie.year <= 2009; if (filterValue === '2010s') return movie.year >= 2010 && movie.year <= 2019; if (filterValue === '2020s') return movie.year >= 2020; return true; .film-card:hover transform: translateY(-6px)

.film-desc font-size: 0.8rem; color: #9da3c2; margin-top: 0.6rem; line-height: 1.4; box-shadow: 0 20px 30px -12px black

// initial load function init() updateStats(); render(); initFilters(); attachCardEvents();

.filter-btn background: #1e212f; border: none; padding: 0.5rem 1.2rem; border-radius: 40px; color: #e2e8f0; font-weight: 500; cursor: pointer; transition: all 0.2s ease; font-size: 0.9rem;

.search-box input width: 100%; padding: 0.7rem 1.2rem; border-radius: 40px; border: none; background: #0f111c; color: white; font-size: 1rem; outline: none; transition: 0.2s; border: 1px solid #2c2f42;