@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Plus+Jakarta+Sans:wght@400;500;600&display=swap);.hero{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:2rem;position:relative;text-align:center;transition:all .5s ease-out;z-index:1}.hero:not(.move-up){height:100vh;overflow:hidden}.hero.move-up{min-height:40vh;overflow:visible;padding-top:5rem}.hero-content{max-width:800px;width:100%}.hero h1{font-size:2.5rem;margin-bottom:2rem;min-height:4rem}.dark .hero h1{text-shadow:0 0 20px #64b4ff26,0 0 40px #64b4ff0d}.light .hero h1{text-shadow:0 0 20px #3264b414}.profile-pic-container{animation:gradientRotate 6s ease infinite;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb,#f5576c,#4facfe,#667eea);background-size:400% 400%;border-radius:50%;box-shadow:0 0 20px #667eea66,0 0 60px #667eea1a;height:300px;margin:0 auto 20px;overflow:hidden;padding:4px;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:300px}.profile-pic-container img{border-radius:50%;height:100%;object-fit:cover;width:100%}.profile-pic-container:hover{box-shadow:0 0 30px #667eea99,0 0 80px #667eea33;transform:scale(1.08)}@keyframes gradientRotate{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.cursor{animation:blink .8s infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.glow-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50px;box-shadow:0 0 20px #667eea66,0 0 60px #667eea1a;color:#fff;cursor:pointer;font-size:1.05rem;font-weight:500;letter-spacing:.02em;overflow:hidden;padding:14px 32px;position:relative;transition:all .4s cubic-bezier(.25,.46,.45,.94)}.glow-button:hover{box-shadow:0 0 30px #667eea99,0 0 80px #764ba24d,0 10px 40px #667eea33;transform:translateY(-3px) scale(1.02)}.glow-button:active{transform:translateY(0) scale(.98)}.glow-button:before{animation:gradientRotate 4s ease infinite;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb,#f5576c,#4facfe,#667eea);background-size:400% 400%;border-radius:52px;bottom:-2px;content:"";left:-2px;opacity:0;position:absolute;right:-2px;top:-2px;transition:opacity .4s ease;z-index:-1}.glow-button:hover:before{opacity:1}.glow-button:after{background:linear-gradient(45deg,#0000,#ffffff40,#0000);content:"";height:100%;left:0;position:absolute;top:0;transform:translateX(-100%);width:100%}.glow-button:hover:after{animation:shine 2s infinite}@keyframes shine{to{transform:translateX(100%)}}.expanded-content{animation:fadeIn .6s ease-out;margin-top:2rem;text-align:left}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.timeline{margin:0 auto;max-width:700px;padding:1rem 0;position:relative}.timeline-line{border-radius:1px;bottom:0;left:23px;position:absolute;top:0;width:2px}.dark .timeline-line{background:linear-gradient(180deg,#667eea66,#764ba266,#667eea1a)}.light .timeline-line{background:linear-gradient(180deg,#667eea4d,#764ba24d,#667eea14)}.timeline-item{align-items:flex-start;display:flex;gap:1.25rem;margin-bottom:1.25rem;opacity:0;transform:translateY(20px);transition:opacity .5s ease-out,transform .5s ease-out}.timeline-item.timeline-visible{opacity:1;transform:translateY(0)}.timeline-icon{align-items:center;border-radius:50%;box-shadow:0 4px 15px #0003;color:#fff;display:flex;flex-shrink:0;font-size:1.2rem;height:48px;justify-content:center;position:relative;width:48px;z-index:2}.timeline-card{backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);border-radius:16px;flex:1 1;padding:1.25rem 1.5rem;transition:all .4s cubic-bezier(.25,.46,.45,.94)}.dark .timeline-card{background-color:#17171799;border:1px solid #ffffff14;box-shadow:0 8px 32px #0000004d}.light .timeline-card{background-color:#ffffff80;border:1px solid #00000014;box-shadow:0 8px 32px #00000014}.timeline-card:hover{transform:translateY(-3px)}.dark .timeline-card:hover{border-color:#64b4ff26;box-shadow:0 12px 40px #0006}.light .timeline-card:hover{border-color:#3264b433;box-shadow:0 12px 40px #0000001f}.timeline-category{font-family:Plus Jakarta Sans,sans-serif;font-size:.85rem;font-weight:600;letter-spacing:.08em;margin:0 0 .5rem;text-transform:uppercase}.dark .timeline-category{color:#64b4ffcc}.light .timeline-category{color:#667eeae6}.timeline-text{font-size:.95rem;line-height:1.7;margin:0}.dark .timeline-text{color:#f0f0f0d9}.light .timeline-text{color:#333333d9}.timeline-item:nth-child(2){transition-delay:.1s}.timeline-item:nth-child(3){transition-delay:.2s}.timeline-item:nth-child(4){transition-delay:.3s}.timeline-item:nth-child(5){transition-delay:.4s}.timeline-item:nth-child(6){transition-delay:.5s}.timeline-item:nth-child(7){transition-delay:.6s}@media (max-width:560px){.timeline{padding:.5rem 0}.timeline-line{display:none}.timeline-item{align-items:center;flex-direction:column;gap:.75rem;text-align:center}.timeline-card{padding:1rem 1.25rem}.timeline-icon{font-size:1.1rem;height:42px;width:42px}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;margin:0;padding:0;transition:background-color .3s ease,color .3s ease}.app,body{min-height:100vh}.app{display:flex;flex-direction:column;position:relative;width:100%;z-index:1}.main-content{flex:1 1;margin:0 auto;max-width:1200px;padding:0 20px;width:100%}.header h1{font-family:Plus Jakarta Sans,sans-serif;letter-spacing:-.015em}.footer,.nav-link{font-family:Inter,sans-serif}.footer{backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);font-size:.85rem;margin-top:auto;padding:24px 0;position:relative;text-align:center;transition:all .3s ease;width:100%}.footer:before{animation:gradientSlide 3s ease infinite;background:linear-gradient(90deg,#667eea,#764ba2,#f093fb,#f5576c,#4facfe,#667eea);background-size:200% 100%;content:"";height:2px;left:0;position:absolute;right:0;top:0}.footer-container{justify-content:center;margin:0 auto;max-width:1200px;padding:0 20px}.footer-container,.footer-content{align-items:center;display:flex;flex-direction:column;width:100%}.footer-content{gap:8px}.footer-tagline{font-size:.85rem;font-weight:500;letter-spacing:-.01em;margin:0}.footer-bottom{align-items:center;display:flex;font-size:.8rem;gap:8px;opacity:.5}.footer-bottom p{margin:0}.footer-separator{font-size:.7rem}.logo-container{height:40px;width:40px}.logo-svg{height:100%;transition:all .3s ease;width:100%}.dark .logo-svg{filter:drop-shadow(0 0 3px rgba(102,126,234,.6))}.light .logo-svg{filter:drop-shadow(0 0 3px rgba(118,75,162,.5))}.dark{background-color:#0a0a0a;color:#f0f0f0}.dark .header{background-color:#0a0a0a66;border-bottom:1px solid #ffffff14;box-shadow:0 4px 30px #0000004d}.dark .header h1{color:#f0f0f0;text-shadow:0 0 15px #64b4ff1f}.dark .nav-link{color:#f0f0f0}.dark .nav-link:hover{background-color:#64b4ff1a;box-shadow:0 0 15px #64b4ff1a;color:#fff;text-shadow:0 0 8px #64b4ff4d}.dark .theme-toggle:hover{background-color:#ffffff1a}.dark .footer{background-color:#0a0a0a66;box-shadow:0 -4px 30px #0003}.dark .footer-tagline{color:#e0e0e0}.light{background-color:#f5f5f5;color:#333}.light .header{background-color:#fff6;border-bottom:1px solid #00000014;box-shadow:0 4px 30px #0000000d}.light .header h1{color:#454545}.light .nav-link{color:#333}.light .nav-link:hover{background-color:#667eea14;box-shadow:0 0 15px #667eea14;color:#4a00e0}.light .theme-toggle:hover{background-color:#0000000d}.light .footer{background-color:#fff6;box-shadow:0 -4px 30px #00000008}.light .footer-tagline{color:#454545}.theme-toggle{align-items:center;background:none;border:none;border-radius:6px;color:inherit;cursor:pointer;display:flex;font-size:1.2rem;justify-content:center;padding:8px}.header,.theme-toggle{transition:all .3s ease}.header{backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);padding:15px 20px 15px 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header:before{animation:gradientSlide 3s ease infinite;background:linear-gradient(90deg,#667eea,#764ba2,#f093fb,#f5576c,#4facfe,#667eea);background-size:200% 100%;content:"";height:2px;left:0;position:absolute;right:0;top:0}@keyframes gradientSlide{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.header-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px;width:100%}.header-container,.logo-title{align-items:center;display:flex}.logo-title{gap:15px}.logo-title a:hover h1{color:inherit;opacity:.8}.header h1{font-size:1.5rem;font-weight:600;margin:0;transition:color .3s ease}.header nav{align-items:center;display:flex;gap:15px}.nav-link{border-radius:6px;color:inherit;font-weight:500;padding:8px 12px;text-decoration:none;transition:all .3s ease}.blog-section{margin:0 auto;max-width:1100px;padding:4rem 2rem;position:relative;width:100%;z-index:1}.blog-heading{font-family:Plus Jakarta Sans,sans-serif;font-size:2rem;font-weight:600;letter-spacing:-.02em;margin-bottom:2.5rem;text-align:center}.dark .blog-heading{text-shadow:0 0 20px #64b4ff26}.blog-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.blog-card{backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);border-radius:16px;color:inherit;display:flex;flex-direction:column;opacity:0;overflow:hidden;text-decoration:none;transform:translateY(24px);transition:all .4s cubic-bezier(.25,.46,.45,.94)}.blog-card.blog-visible{animation:blogFadeIn .6s ease-out forwards}@keyframes blogFadeIn{to{opacity:1;transform:translateY(0)}}.dark .blog-card{background-color:#17171799;border:1px solid #ffffff14;box-shadow:0 8px 32px #0000004d}.light .blog-card{background-color:#ffffff80;border:1px solid #00000014;box-shadow:0 8px 32px #00000014}.blog-card:hover{transform:translateY(-6px)}.dark .blog-card:hover{border-color:#64b4ff26;box-shadow:0 16px 48px #00000080}.light .blog-card:hover{border-color:#3264b433;box-shadow:0 16px 48px #00000026}.blog-card.blog-visible:hover{transform:translateY(-6px)}.blog-card-image{aspect-ratio:16/9;overflow:hidden;width:100%}.blog-card-image img{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.blog-card:hover .blog-card-image img{transform:scale(1.05)}.blog-card-body{display:flex;flex:1 1;flex-direction:column;padding:1.25rem}.blog-card-title{font-family:Plus Jakarta Sans,sans-serif;font-size:1.05rem;font-weight:600;letter-spacing:-.01em;line-height:1.4;margin:0 0 .5rem}.blog-card-brief{flex:1 1;font-size:.875rem;line-height:1.6;margin:0 0 .75rem}.dark .blog-card-brief{color:#f0f0f0b3}.light .blog-card-brief{color:#333333b3}.blog-card-date{font-size:.78rem;font-weight:500;letter-spacing:.02em}.dark .blog-card-date{color:#64b4ffb3}.light .blog-card-date{color:#667eeacc}.blog-skeleton{opacity:1!important;transform:none!important}.skeleton-image{aspect-ratio:16/9;border-radius:0}.dark .skeleton-image{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#ffffff0a 25%,#ffffff14 50%,#ffffff0a 75%);background-size:200% 100%}.light .skeleton-image{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#0000000a 25%,#00000014 50%,#0000000a 75%);background-size:200% 100%}.skeleton-date,.skeleton-text,.skeleton-title{border-radius:6px}.skeleton-title{height:1.1rem;margin-bottom:.75rem;width:80%}.skeleton-text{height:.85rem;margin-bottom:.5rem;width:100%}.skeleton-text.short{width:60%}.skeleton-date{height:.75rem;margin-top:auto;width:30%}.dark .skeleton-date,.dark .skeleton-text,.dark .skeleton-title{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#ffffff0a 25%,#ffffff14 50%,#ffffff0a 75%);background-size:200% 100%}.light .skeleton-date,.light .skeleton-text,.light .skeleton-title{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#0000000a 25%,#00000014 50%,#0000000a 75%);background-size:200% 100%}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media (max-width:900px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.blog-section{padding:3rem 1rem}.blog-heading{font-size:1.6rem}.blog-grid{grid-template-columns:1fr}}.skills-section{margin:0 auto;max-width:1100px;padding:4rem 2rem;position:relative;width:100%;z-index:1}.skills-heading{font-family:Plus Jakarta Sans,sans-serif;font-size:2rem;font-weight:600;letter-spacing:-.02em;margin-bottom:2.5rem;text-align:center}.dark .skills-heading{text-shadow:0 0 20px #64b4ff26}.skills-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin:0 auto;max-width:700px}.skill-item{align-items:center;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);border-radius:16px;display:flex;flex-direction:column;gap:.75rem;opacity:0;padding:1.5rem 1rem;transform:translateY(24px);transition:all .4s cubic-bezier(.25,.46,.45,.94)}.skill-item.skill-visible{animation:skillFadeIn .6s ease-out forwards}@keyframes skillFadeIn{to{opacity:1;transform:translateY(0)}}.dark .skill-item{background-color:#17171799;border:1px solid #ffffff14;box-shadow:0 8px 32px #0000004d}.light .skill-item{background-color:#ffffff80;border:1px solid #00000014;box-shadow:0 8px 32px #00000014}.skill-item.skill-visible:hover,.skill-item:hover{transform:translateY(-6px)}.dark .skill-item:hover{border-color:#64b4ff26;box-shadow:0 16px 48px #00000080}.light .skill-item:hover{border-color:#3264b433;box-shadow:0 16px 48px #00000026}.skill-icon{align-items:center;display:flex;font-size:2.5rem;justify-content:center}.dark .skill-icon{color:#f0f0f0e6}.light .skill-icon{color:#1e1e1ed9}.skill-name{font-family:Plus Jakarta Sans,sans-serif;font-size:.85rem;font-weight:500;letter-spacing:.01em}.dark .skill-name{color:#f0f0f0b3}.light .skill-name{color:#333333b3}@media (max-width:560px){.skills-section{padding:3rem 1rem}.skills-heading{font-size:1.6rem}.skills-grid{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.skill-item{padding:1.25rem .75rem}.skill-icon{font-size:2rem}}
/*# sourceMappingURL=main.bb261477.css.map*/