[data-theme="light"] .hero__title {
  background: linear-gradient(135deg, #0f172a 0%, #6366f1 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

[data-theme="light"] .project-card__placeholder {
  opacity: 0.85;
}

[data-theme="light"] .header {
  background: rgba(248, 250, 252, 0.9);
}

[data-theme="light"] .page-loader {
  background: #f8fafc;
}

[data-theme="light"] .filter-tab.is-active {
  box-shadow: 0 4px 20px rgba(99, 102, 241, 0.25);
}

[data-theme="light"] .cta-section__inner {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.08), rgba(6, 182, 212, 0.06));
}

[data-theme="light"] .about-avatar__ring {
  border-color: rgba(99, 102, 241, 0.4);
}

[data-theme="light"] .hero__grid {
  opacity: 0.15;
}
