.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#ffffff1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s ease}.navbar.scrolled{background:#ffffffe6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 8px 32px #0000001a}.navbar-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem}.navbar-brand a{font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none;transition:all .3s ease}.navbar-brand a:hover{transform:scale(1.05)}.navbar-links{display:flex;align-items:center;gap:2rem}.nav-link{text-decoration:none;color:#333;font-weight:600;font-size:1rem;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;position:relative}.nav-link:hover{color:#667eea;background:#667eea1a;transform:translateY(-2px)}.nav-link:after{content:"";position:absolute;bottom:-2px;left:50%;width:0;height:2px;background:linear-gradient(135deg,#667eea,#764ba2);transition:all .3s ease;transform:translate(-50%)}.nav-link:hover:after{width:100%}.mobile-menu-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-toggle span{width:25px;height:3px;background:#333;border-radius:2px;transition:all .3s ease}.mobile-menu{display:none;flex-direction:column;background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:12px;margin:1rem 2rem;padding:1rem;box-shadow:0 8px 32px #0000001a;overflow:hidden}.mobile-menu.open{display:flex}.mobile-nav-link{text-decoration:none;color:#333;font-weight:600;padding:1rem;border-radius:8px;transition:all .3s ease;margin-bottom:.5rem}.mobile-nav-link:hover{color:#667eea;background:#667eea1a}body.dark .navbar{background:#1a1a2e1a;border-bottom:1px solid rgba(255,255,255,.1)}body.dark .navbar.scrolled{background:#1a1a2ee6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 8px 32px #0000004d}body.dark .navbar-brand a{background:linear-gradient(135deg,#3d50ce,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}body.dark .nav-link{color:#fff}body.dark .nav-link:hover{color:#3d50ce;background:#3d50ce33}body.dark .nav-link:after{background:linear-gradient(135deg,#3d50ce,#fff)}body.dark .mobile-menu{background:#1a1a2ef2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}body.dark .mobile-nav-link{color:#fff}body.dark .mobile-nav-link:hover{color:#3d50ce;background:#3d50ce33}body.dark .mobile-menu-toggle span{background:#fff}@media (max-width: 768px){.navbar-links{display:none}.mobile-menu-toggle{display:flex}.navbar-container{padding:1rem}.navbar-brand a{font-size:1.3rem}}@media (max-width: 480px){.navbar-container{padding:.8rem 1rem}.navbar-brand a{font-size:1.2rem}.mobile-menu{margin:.5rem 1rem}}.theme-toggle-button{position:relative;width:60px;height:30px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:15px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d;overflow:hidden}.theme-toggle-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.theme-toggle-button:active{transform:translateY(0)}.toggle-slider{position:absolute;top:2px;left:2px;width:26px;height:26px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0003;transition:all .3s ease}.toggle-icon{font-size:12px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}body.dark .theme-toggle-button{background:linear-gradient(135deg,#3d50ce,#667eea);box-shadow:0 4px 12px #3d50ce4d}body.dark .theme-toggle-button:hover{box-shadow:0 6px 20px #3d50ce66}body.dark .toggle-slider{background:#fffffff2}@media (max-width: 768px){.theme-toggle-button{width:50px;height:25px}.toggle-slider{width:21px;height:21px}.toggle-icon{font-size:10px}}.cursor-dot,.cursor-ring{position:fixed;top:0;left:0;pointer-events:none;transform:translate3d(-50%,-50%,0);z-index:9999;will-change:transform,opacity}.cursor-dot{width:10px;height:10px;background:#fff;border-radius:50%;box-shadow:0 6px 20px #00c8ff1f,0 2px 6px #0003;transform:translate3d(-50%,-50%,0) scale(1);transition:transform .16s cubic-bezier(.2,.8,.2,1),opacity .16s}.cursor-ring{width:72px;height:72px;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(0,198,255,.18),rgba(0,114,255,.06) 40%,transparent 60%);box-shadow:0 24px 60px #0072ff14,inset 0 0 30px #00c6ff0f;mix-blend-mode:screen;transform:translate3d(-50%,-50%,0) scale(1);transition:transform .26s cubic-bezier(.2,.8,.2,1),opacity .26s;opacity:.98}.cursor-active.cursor-ring,.cursor-ring.cursor-active{transform:translate3d(-50%,-50%,0) scale(.78);opacity:1}.cursor-dot.cursor-active,.cursor-active.cursor-dot{transform:translate3d(-50%,-50%,0) scale(.7);box-shadow:0 12px 28px #00c6ff47}@media (hover: none),(pointer: coarse){.cursor-dot,.cursor-ring{display:none}}@media (prefers-reduced-motion: reduce){.cursor-dot,.cursor-ring{display:none}}.animated-background{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:hidden;background-color:transparent;pointer-events:none;transition:background-color .5s ease;z-index:0}:root{--bg-color: #ffffff;--particle-color: rgba(120, 100, 255, .3)}body.dark{--bg-color: #0f0f1a;--particle-color: rgba(100, 200, 255, .4)}.floating-particles{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.particle{position:absolute;width:6px;height:6px;border-radius:50%;background:var(--particle-color);opacity:.5;transition:background .5s ease}.computer-container{position:absolute;top:50%;right:8%;transform:translateY(-50%) scale(3.2);z-index:1;filter:drop-shadow(0 0 40px rgba(150,100,255,.8));transition:transform .5s ease,filter .5s ease;pointer-events:none}.computer-svg{width:420px;height:auto;filter:drop-shadow(0 10px 20px rgba(0,0,0,.25));transition:filter .5s ease,transform .3s ease}body.dark .computer-container{filter:drop-shadow(0 0 40px rgba(100,200,255,.6))}.wave-container{position:absolute;bottom:0;left:0;width:100%;height:100px;overflow:hidden}.wave{position:absolute;bottom:0;left:0;width:200%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);border-radius:50% 50% 0 0;animation:waveMove 12s linear infinite}.wave1{height:60px;opacity:.3;animation-delay:0s}.wave2{height:40px;opacity:.2;animation-delay:3s}.wave3{height:80px;opacity:.1;animation-delay:6s}body.dark .wave1{background:linear-gradient(90deg,transparent,rgba(100,200,255,.2),transparent)}body.dark .wave2{background:linear-gradient(90deg,transparent,rgba(100,200,255,.15),transparent)}body.dark .wave3{background:linear-gradient(90deg,transparent,rgba(100,200,255,.1),transparent)}@keyframes waveMove{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes screenPulse{0%,to{opacity:.8}50%{opacity:1}}.computer-svg rect[fill="url(#screenContent)"]{animation:screenPulse 3s ease-in-out infinite}@media (max-width: 1024px){.computer-container{right:6%;transform:translateY(-50%) scale(2.2)}}@media (max-width: 768px){.computer-container{right:4%;transform:translateY(-50%) scale(1.3)}.wave-container{height:60px}.wave1{height:40px}.wave2{height:30px}.wave3{height:50px}}@media (max-width: 480px){.computer-container{transform:translate(-50%,-50%) scale(.9)}.wave-container{height:40px}.wave1{height:30px}.wave2{height:20px}.wave3{height:35px}}.hero{position:relative;min-height:100vh;width:100%;overflow:hidden;display:flex;align-items:center;background:transparent;color:#000;padding:4rem 2rem;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(2px)}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;z-index:1}.hero-content{position:relative;z-index:100;padding:2rem;max-width:800px;width:100%}.hero-text{margin-bottom:3rem}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.hero-subtitle{font-size:2rem;font-weight:600;margin-bottom:1rem;color:#2d3748;line-height:1.3}.hero-description{font-size:1.5rem;font-weight:500;color:#4a5568;margin-bottom:1rem;line-height:1.4}.hero-details{font-size:1.1rem;color:#4a5568;line-height:1.6;max-width:600px;margin:0 auto 2rem}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.cv-button,.projects-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1rem;box-shadow:0 8px 24px #667eea66;transition:all .3s ease;border:none;cursor:pointer;display:inline-block}.projects-button{background:transparent;color:#667eea;border:2px solid #667eea;box-shadow:none}.cv-button:hover,.projects-button:hover{transform:translateY(-2px);box-shadow:0 12px 32px #667eea99}.projects-button:hover{background:#667eea;color:#fff}.hero-features{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.feature-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);padding:1.5rem;border-radius:16px;transition:all .3s ease;min-width:150px}.feature-icon{font-size:2rem;margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;box-shadow:0 4px 15px #667eea4d;transition:all .3s ease}.feature-item:hover{transform:translateY(-5px);background:#667eea1a}.feature-item:hover .feature-icon{transform:scale(1.1);box-shadow:0 8px 25px #667eea66}.feature-item h4{margin:0;font-size:1rem;font-weight:600;color:#2d3748;transition:color .3s ease}body.dark .hero,body.dark .hero-subtitle{color:#fff}body.dark .hero-description,body.dark .hero-details{color:#ccc}body.dark .hero-title{background:linear-gradient(135deg,#3d50ce,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}body.dark .feature-item{background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}body.dark .feature-item:hover{background:#3d50ce33}body.dark .feature-item h4{color:#fff}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.5rem}.hero-description{font-size:1.2rem}.hero-details{font-size:1rem}.hero-actions,.hero-features{flex-direction:column;align-items:center}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.3rem}.hero-content{padding:1rem}}.services{padding:6rem 2rem;background:#f8fafc;min-height:100vh;display:flex;align-items:center;justify-content:center;color:#1a202c;transition:all .3s ease}.services-container{max-width:1200px;width:100%;margin:0 auto}.services-header{text-align:center;margin-bottom:4rem}.services-badge{display:inline-block;padding:.5rem 1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:20px;font-size:.9rem;font-weight:600;margin-bottom:1rem}.services-title{font-size:3rem;font-weight:800;margin-bottom:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:all .3s ease}.services-description{font-size:1.2rem;line-height:1.6;color:#4a5568;max-width:800px;margin:0 auto;transition:color .3s ease}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.service-card{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;box-shadow:0 8px 32px #0000001a;transition:all .3s ease;position:relative;overflow:hidden;display:flex;flex-direction:column}.service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(135deg,#667eea,#764ba2)}.service-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px #00000026;background:#ffffffe6}.service-visual{position:relative;height:200px;overflow:hidden;border-radius:16px 16px 0 0}.service-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.service-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#667eeacc,#764ba2cc);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.service-card:hover .service-overlay{opacity:1}.service-card:hover .service-image{transform:scale(1.1)}.service-icon{font-size:3rem;color:#fff;display:flex;align-items:center;justify-content:center}.service-content{padding:2rem;flex:1;display:flex;flex-direction:column}.service-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#2d3748;transition:color .3s ease}.service-description{font-size:1rem;line-height:1.6;color:#4a5568;margin-bottom:1.5rem;transition:color .3s ease}.service-features{display:flex;flex-wrap:wrap;gap:.5rem}.service-feature{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.3rem .8rem;border-radius:12px;font-size:.8rem;font-weight:500}.services-cta{text-align:center;padding:3rem 2rem;background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(255,255,255,.2)}.cta-text{font-size:1.3rem;font-weight:600;color:#2d3748;margin-bottom:1.5rem;transition:color .3s ease}.cta-button{display:inline-block;padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:12px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}body.dark .services{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff}body.dark .services-title{background:linear-gradient(135deg,#3d50ce,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}body.dark .services-description{color:#ccc}body.dark .service-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}body.dark .service-card:hover{background:#ffffff1a;box-shadow:0 16px 48px #0000004d}body.dark .service-title{color:#fff}body.dark .service-description{color:#ccc}body.dark .cta-text{color:#fff}body.dark .services-cta{background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}@media (max-width: 768px){.services{padding:4rem 1rem}.services-title{font-size:2.5rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:1.5rem}.services-cta{padding:2rem 1rem}}@media (max-width: 480px){.services-title{font-size:2rem}.service-card{padding:1rem}.service-title{font-size:1.3rem}.service-description{font-size:.9rem}}.about{padding:6rem 2rem;background:#f8fafc;min-height:100vh;display:flex;align-items:center;justify-content:center;color:#1a202c;transition:all .3s ease}.about-container{max-width:1200px;width:100%;margin:0 auto;text-align:center}.about-title{font-size:3rem;font-weight:800;margin-bottom:3rem;text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:all .3s ease}.about-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.about-point{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);padding:2rem;border-radius:16px;box-shadow:0 8px 32px #0000001a;transition:all .3s ease;position:relative;overflow:hidden}.about-point:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(135deg,#667eea,#764ba2)}.about-point:hover{transform:translateY(-8px);box-shadow:0 16px 48px #00000026;background:#ffffffe6}.point-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#2d3748;transition:color .3s ease}.point-description{font-size:1rem;line-height:1.6;color:#4a5568;margin:0;transition:color .3s ease}body.dark .about{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff}body.dark .about-title{background:linear-gradient(135deg,#3d50ce,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}body.dark .about-point{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}body.dark .about-point:hover{background:#ffffff1a;box-shadow:0 16px 48px #0000004d}body.dark .point-title{color:#fff}body.dark .point-description{color:#ccc}@media (max-width: 768px){.about{padding:4rem 1rem}.about-title{font-size:2.5rem}.about-content{grid-template-columns:1fr;gap:1.5rem}.about-point{padding:1.5rem}}@media (max-width: 480px){.about-title{font-size:2rem}.about-point{padding:1rem}.point-title{font-size:1.3rem}}.education{padding:6rem 2rem;background:#f8fafc;color:#1a1a1a;min-height:100vh;display:flex;align-items:center;justify-content:center}.education-container{max-width:1000px;width:100%;margin:0 auto;text-align:center}.education-title{font-size:3rem;font-weight:800;margin-bottom:1rem;text-align:center;color:#1a1a1a;transition:all .3s ease}.education-description{font-size:1.1rem;line-height:1.6;text-align:center;margin-bottom:4rem;color:#555;max-width:600px;margin-left:auto;margin-right:auto;transition:color .3s ease}.education-timeline{position:relative;padding-left:2rem}.education-timeline:before{content:"";position:absolute;left:1rem;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#333,#0003)}.education-item{position:relative;margin-bottom:3rem;padding-left:3rem}.timeline-dot{position:absolute;left:-1.5rem;top:.5rem;width:1rem;height:1rem;background:#fff;border-radius:50%;border:3px solid #667eea;z-index:2}.timeline-content{background:#00000008;border:1px solid rgba(0,0,0,.1);padding:2rem;border-radius:16px;box-shadow:0 8px 32px #0000000d;transition:all .3s ease}.timeline-content:hover{transform:translateY(-4px);box-shadow:0 16px 48px #00000026;background:#0000000d}.education-period{font-size:.9rem;font-weight:600;color:#444;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:1px}.education-item-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a;transition:color .3s ease}.education-item-description{font-size:1rem;line-height:1.6;color:#555;margin-bottom:1.5rem;transition:color .3s ease}.specializations h5{font-size:1rem;font-weight:600;color:#222;margin-bottom:.5rem;transition:color .3s ease}.specializations ul{list-style:none;padding:0;margin:0}.specializations li{font-size:.9rem;color:#555;margin-bottom:.3rem;padding-left:1rem;position:relative;transition:color .3s ease}.specializations li:before{content:"•";color:#333;position:absolute;left:0;font-weight:700}body.dark .education{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff}body.dark .education-title,body.dark .education-subtitle,body.dark .education-item-title,body.dark .specializations h5{color:#fff}body.dark .education-description,body.dark .education-item-description,body.dark .specializations li,body.dark .education-period{color:#f7fafc}body.dark .timeline-content{background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}body.dark .timeline-content:hover{background:#ffffff1a}@media (max-width: 768px){.education{padding:4rem 1rem}.education-title{font-size:2.5rem}.education-subtitle{font-size:1.5rem}.education-timeline{padding-left:1.5rem}.education-item{padding-left:2rem}.timeline-dot{left:-1rem}.timeline-content{padding:1.5rem}}@media (max-width: 480px){.education-title{font-size:2rem}.education-subtitle,.education-item-title{font-size:1.3rem}.timeline-content{padding:1rem}}.skills-section{padding:6rem 2rem;background:#f8fafc;min-height:100vh;display:flex;align-items:center;justify-content:center;color:#1a202c;transition:all .3s ease}.skills-container{max-width:1200px;width:100%;margin:0 auto;text-align:center}.skills-subtitle{font-size:2rem;font-weight:600;margin-bottom:1rem;color:#2d3748;transition:color .3s ease}.skills-description{font-size:1.1rem;color:#4a5568;margin-bottom:3rem;max-width:500px;margin-left:auto;margin-right:auto;transition:color .3s ease}.technologies-scroll-container{width:100%;overflow:hidden;margin-bottom:4rem;position:relative}.technologies-scroll{width:100%;overflow:hidden}.scroll-track{display:flex;gap:1.5rem;animation:scroll 30s linear infinite;width:max-content}.scroll-track:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.tech-badge{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);padding:1rem 1.5rem;border-radius:12px;font-size:.9rem;font-weight:600;color:#2d3748;text-align:center;transition:all .3s ease;cursor:default;box-shadow:0 4px 16px #00000014;white-space:nowrap;flex-shrink:0;display:flex;align-items:center;gap:.5rem}.tech-logo{width:24px;height:24px;object-fit:contain;display:flex;align-items:center;justify-content:center}.tech-name{font-size:.9rem;font-weight:600}.tech-badge:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026;background:#667eea1a;border-color:#667eea}.stats-container{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;margin-top:2rem}.stat-item{text-align:center;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);padding:2rem;border-radius:16px;box-shadow:0 8px 32px #0000001a;transition:all .3s ease;min-width:150px}.stat-item:hover{transform:translateY(-4px);box-shadow:0 16px 48px #00000026}.stat-number{font-size:2.5rem;font-weight:800;color:#667eea;margin-bottom:.5rem;transition:color .3s ease}.stat-label{font-size:1rem;font-weight:600;color:#2d3748;transition:color .3s ease}body.dark .skills-section{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff}body.dark .skills-title{background:linear-gradient(135deg,#3d50ce,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}body.dark .skills-subtitle{color:#fff}body.dark .skills-description{color:#ccc}body.dark .tech-badge{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff}body.dark .tech-badge:hover{background:#3d50ce33;border-color:#3d50ce}body.dark .stat-item{background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}body.dark .stat-item:hover{background:#ffffff1a}body.dark .stat-number{color:#3d50ce}body.dark .stat-label{color:#fff}@media (max-width: 768px){.skills-section{padding:4rem 1rem}.skills-title{font-size:2.5rem}.skills-subtitle{font-size:1.5rem}.scroll-track{gap:1rem}.tech-badge{padding:.8rem 1.2rem;font-size:.8rem}.tech-logo{width:20px;height:20px}.tech-name{font-size:.8rem}.stats-container{gap:2rem}.stat-item{min-width:120px;padding:1.5rem}.stat-number{font-size:2rem}}@media (max-width: 480px){.skills-title{font-size:2rem}.skills-subtitle{font-size:1.3rem}.scroll-track{gap:.8rem}.tech-badge{padding:.6rem 1rem;font-size:.7rem}.tech-logo{width:18px;height:18px}.tech-name{font-size:.7rem}.stats-container{flex-direction:column;align-items:center}.stat-item{width:100%;max-width:200px}}.projects{padding:6rem 2rem;background:#f8fafc;color:#1a202c;min-height:100vh;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.projects-container{max-width:1200px;width:100%;margin:0 auto;text-align:center}.projects-header{text-align:center;margin-bottom:4rem}.projects-badge{display:inline-block;padding:.5rem 1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:20px;font-size:.9rem;font-weight:600;margin-bottom:1rem}.projects-title{font-size:3rem;font-weight:800;margin-bottom:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:all .3s ease}.projects-description{font-size:1.2rem;line-height:1.6;color:#4a5568;max-width:800px;margin:0 auto;transition:color .3s ease}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.project-card{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;overflow:hidden;transition:all .3s ease;box-shadow:0 8px 32px #0000001a}.project-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px #00000026;background:#ffffffe6}.project-image{height:200px;position:relative;overflow:hidden;border-radius:16px 16px 0 0}.project-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#667eeacc,#764ba2cc);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.project-card:hover .project-overlay{opacity:1}.project-card:hover .project-img{transform:scale(1.1)}.project-number{font-size:3rem;font-weight:800;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.project-content{padding:2rem;text-align:left}.project-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#2d3748;transition:color .3s ease}.project-description{font-size:1rem;line-height:1.6;color:#4a5568;margin-bottom:1.5rem;transition:color .3s ease}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background:#fff3;color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:500;transition:all .3s ease}.tech-tag:hover{background:#ffffff4d}.project-links{display:flex;gap:1rem;flex-wrap:wrap}.project-link{padding:.8rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s ease;display:inline-block}.live-link{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3)}.live-link:hover{background:#ffffff4d;transform:translateY(-2px)}.github-link{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.5)}.github-link:hover{background:#ffffff1a;transform:translateY(-2px)}body.dark .projects{background:linear-gradient(135deg,#1a1a2e,#16213e)}body.dark .project-image{background:linear-gradient(135deg,#2a2a3e,#1a1a2e)}body.dark .image-placeholder{color:#3d50ce}@media (max-width: 768px){.projects{padding:4rem 1rem}.projects-title{font-size:2.5rem}.projects-subtitle{font-size:1.5rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-content{padding:1.5rem}.project-links{flex-direction:column}.project-link{text-align:center}}body.dark .projects{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff}body.dark .projects-title{background:linear-gradient(135deg,#3d50ce,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}body.dark .projects-description{color:#ccc}body.dark .project-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}body.dark .project-card:hover{background:#ffffff1a;box-shadow:0 16px 48px #0000004d}body.dark .project-title{color:#fff}body.dark .project-description{color:#ccc}@media (max-width: 480px){.projects-title{font-size:2rem}.project-image{height:150px}.project-content{padding:1rem}.project-title{font-size:1.3rem}}.contact{padding:6rem 2rem;background:#f8fafc;min-height:100vh;display:flex;align-items:center;justify-content:center;color:#1a202c;transition:all .3s ease}.contact-container{max-width:1200px;width:100%;margin:0 auto;text-align:center}.skills-title{font-size:3rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:all .3s ease}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.social-links{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:2rem;box-shadow:0 8px 32px #0000001a;transition:all .3s ease}.social-links:hover{transform:translateY(-4px);box-shadow:0 16px 48px #00000026}.social-links h3{font-size:1.8rem;font-weight:700;margin-bottom:1rem;color:#2d3748;transition:color .3s ease}.social-links p{color:#4a5568;margin-bottom:2rem;line-height:1.6;transition:color .3s ease}.social-icons{display:flex;flex-direction:column;gap:1.5rem}.social-link{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:12px;text-decoration:none;transition:all .3s ease;background:#ffffff80;border:1px solid rgba(255,255,255,.3)}.social-link:hover{background:var(--social-color, #667eea);color:#fff;transform:translate(8px);box-shadow:0 8px 24px #00000026}.social-icon{font-size:1.5rem;color:var(--social-color, #667eea);transition:all .3s ease}.social-link:hover .social-icon{color:#fff}.social-name{font-size:1.1rem;font-weight:600;color:#2d3748;transition:color .3s ease}.social-link:hover .social-name{color:#fff}.contact-info{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:2rem;box-shadow:0 8px 32px #0000001a;transition:all .3s ease}.contact-info:hover{transform:translateY(-4px);box-shadow:0 16px 48px #00000026}.contact-info h3{font-size:1.8rem;font-weight:700;margin-bottom:1rem;color:#2d3748;transition:color .3s ease}.contact-info p{font-size:1.1rem;color:#4a5568;margin-bottom:2rem;line-height:1.6;transition:color .3s ease}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;border-radius:12px;transition:all .3s ease}.contact-item:hover{background:#667eea1a;transform:translate(2px)}.contact-icon{font-size:1.5rem;color:#667eea;margin-top:.25rem;transition:color .3s ease}.contact-item h4{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#2d3748;transition:color .3s ease}.contact-item p{color:#4a5568;line-height:1.6;margin:0;transition:color .3s ease}body.dark .social-links{background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}body.dark .social-links:hover{background:#ffffff1a}body.dark .social-links h3{color:#fff}body.dark .social-links p{color:#ccc}body.dark .social-link{background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}body.dark .social-name{color:#fff}body.dark .contact{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff}body.dark .contact-title{background:linear-gradient(135deg,#3d50ce,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}body.dark .contact-info,body.dark .contact-form{background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}body.dark .contact-info:hover,body.dark .contact-form:hover{background:#ffffff1a}body.dark .contact-info h3,body.dark .contact-form h3{color:#fff}body.dark .contact-info p,body.dark .contact-form p{color:#ccc}body.dark .contact-item:hover{background:#3d50ce33}body.dark .contact-icon{color:#3d50ce}body.dark .contact-item h4{color:#fff}body.dark .contact-item p{color:#ccc}@media (max-width: 768px){.contact{padding:4rem 1rem}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-title{font-size:2.5rem}.contact-info,.contact-form{padding:1.5rem}.social-icons{gap:1rem}.social-link{padding:.8rem}}@media (max-width: 480px){.contact-title{font-size:2rem}.contact-info h3,.contact-form h3{font-size:1.5rem}.contact-item{flex-direction:column;text-align:center}.contact-icon{margin-top:0;margin-bottom:.5rem}}.site-footer{padding:2.2rem 1rem;background:transparent;border-top:1px solid rgba(0,0,0,.06);display:flex;justify-content:center;align-items:center}.footer-container{max-width:1200px;width:100%;display:flex;gap:1rem;align-items:center;justify-content:center;flex-direction:column}.footer-badge{display:inline-block;padding:.4rem .9rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:999px;font-weight:700;font-size:.95rem}.footer-text{margin:.6rem 0 0;color:#0009;font-size:.95rem}body.dark .site-footer{border-top:1px solid rgba(255,255,255,.06)}body.dark .footer-text{color:#ffffffd9}body.dark .footer-badge{background:linear-gradient(135deg,#3d50ce,#7a6bff)}@media (max-width: 480px){.footer-container{gap:.2rem}.footer-badge{font-size:.85rem;padding:.35rem .75rem}}:root{--primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--secondary-gradient: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);--dark-gradient: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);--text-primary: #333333;--text-secondary: #666666;--text-light: #ffffff;--accent-primary: #667eea;--accent-secondary: #764ba2;--accent-dark: #3d50ce;--shadow-light: rgba(0, 0, 0, .1);--shadow-medium: rgba(0, 0, 0, .15);--shadow-dark: rgba(0, 0, 0, .2)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden;font-size:16px}body{background:#f8fafc;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;margin:0;padding:0;transition:all .3s ease;scroll-behavior:smooth;overflow-x:hidden;width:100%;min-height:100vh}body.dark{background:var(--dark-gradient);color:var(--text-light)}.about-title,.contact-title,.education-title,.services-title,.section-title{font-size:3rem;font-weight:800;margin-bottom:1.5rem;text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:all .3s ease}body.dark .about-title,body.dark .contact-title,body.dark .education-title,body.dark .services-title{background:linear-gradient(135deg,#3d50ce,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-badge{display:inline-block;padding:.45rem .9rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:999px;font-weight:700;font-size:.9rem;margin-bottom:.6rem;text-align:center}body.dark .section-title{background:linear-gradient(135deg,#3d50ce,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0000001a}::-webkit-scrollbar-thumb{background:var(--accent-primary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-secondary)}::selection{background:var(--accent-primary);color:#fff}::-moz-selection{background:var(--accent-primary);color:#fff}*:focus{outline:2px solid var(--accent-primary);outline-offset:2px}a,button,input,textarea,select{transition:all .3s ease}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}p{margin-bottom:1rem}a{color:var(--accent-primary);text-decoration:none;transition:all .3s ease}a:hover{color:var(--accent-secondary);text-decoration:underline}button{cursor:pointer;border:none;background:none;font-family:inherit;transition:all .3s ease}input,textarea,select{font-family:inherit;font-size:inherit;border:none;outline:none;transition:all .3s ease}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.text-center{text-align:center}.text-gradient{background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.fade-in{animation:fadeIn .6s ease-in-out}.slide-up{animation:slideUp .6s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){html{font-size:14px}}@media (max-width: 480px){html{font-size:13px}}
