* { font-family: 'Inter', sans-serif; }
.cv-header-bg { background: linear-gradient(135deg,#1a2940 0%,#2d3748 50%,#4a5568 100%); }
.timeline-item { position: relative; padding-left:2rem; }
.timeline-item::before { content:''; position:absolute; left:0; top:0.5rem; width:12px; height:12px; background: linear-gradient(135deg,#4fc3f7,#667eea); border-radius:50%; border:3px solid white; box-shadow:0 2px 8px rgba(0,0,0,0.1); }
.timeline-item::after { content:''; position:absolute; left:5px; top:1.5rem; width:2px; height:calc(100% - 1rem); background: linear-gradient(180deg,#4fc3f7, transparent); }
.timeline-item:last-child::after { display:none; }
.skill-category { transition: all 0.3s ease; }
.skill-category:hover { transform: translateY(-2px); box-shadow:0 8px 25px rgba(0,0,0,0.1); }
.award-card { transition: all 0.3s ease; border-left:4px solid transparent; }
.award-card:hover { border-left-color:#4fc3f7; transform: translateX(4px); }
.nav-link { position: relative; transition: color 0.3s ease; }
.nav-link::after { content:''; position:absolute; bottom:-2px; left:0; width:0; height:2px; background: linear-gradient(90deg,#4fc3f7,#667eea); transition: width 0.3s ease; }
.nav-link:hover::after { width:100%; }
.scroll-reveal { opacity:0; transform: translateY(30px); transition: all 0.6s ease; }
.scroll-reveal.revealed { opacity:1; transform: translateY(0); }
