:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background-color:#fff;overflow-x:hidden}.App{min-height:100vh;display:flex;flex-direction:column}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999;color:#fff}.loading-spinner{width:50px;height:50px;border:3px solid rgba(255,255,255,.3);border-top:3px solid white;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.container{max-width:1200px;margin:0 auto;padding:0 20px}section{padding:60px 0;position:relative}@media(max-width:1199px){section{padding:50px 0}}@media(max-width:768px){section{padding:40px 0}}.section-header{text-align:center;margin-bottom:50px}@media(max-width:1199px){.section-header{margin-bottom:40px}}@media(max-width:768px){.section-header{margin-bottom:30px}}.section-title{font-size:2.5rem;font-weight:700;color:#2d3748;margin-bottom:15px;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px}.section-subtitle{font-size:1.1rem;color:#718096;max-width:600px;margin:0 auto}.btn{display:inline-block;padding:12px 30px;border-radius:50px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:none;cursor:pointer;position:relative;overflow:hidden}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea66}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea99}.btn-secondary{background:transparent;color:#667eea;border:2px solid #667eea}.btn-secondary:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.btn-outline{background:transparent;color:#2d3748;border:2px solid #e2e8f0}.btn-outline:hover{background:#2d3748;color:#fff;border-color:#2d3748}.header{position:fixed;top:0;left:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;transition:all .3s ease;border-bottom:1px solid rgba(0,0,0,.1)}.header.scrolled{background:#fffffffa;box-shadow:0 2px 20px #0000001a}.dark .header{background:#1a202cf2;border-bottom:1px solid rgba(255,255,255,.1)}.dark .header.scrolled{background:#1a202cfa;box-shadow:0 2px 20px #0000004d}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1200px;margin:0 auto}.nav-brand .brand-text{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-menu{display:flex;align-items:center}.nav-list{display:flex;list-style:none;gap:2rem}.nav-link{background:none;border:none;color:#4a5568;font-size:1rem;font-weight:500;cursor:pointer;transition:color .3s ease;position:relative}.nav-link:hover{color:#667eea}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(135deg,#667eea,#764ba2);transition:width .3s ease}.nav-link:hover:after{width:100%}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:4px}.hamburger span{width:25px;height:3px;background:#4a5568;transition:all .3s ease;border-radius:2px}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.nav-actions{display:flex;align-items:center;gap:1rem}.theme-toggle{background:none;border:2px solid #e2e8f0;color:#4a5568;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:18px}.theme-toggle:hover{background:#f7fafc;border-color:#667eea;transform:scale(1.1)}.theme-icon{display:flex;align-items:center;justify-content:center;font-size:18px;transition:transform .3s ease}.theme-toggle:hover .theme-icon{transform:rotate(180deg)}.dark .theme-toggle{border-color:#4a5568;color:#a0aec0}.dark .theme-toggle:hover{background:#2d3748;border-color:#667eea;transform:scale(1.1)}@media(max-width:768px){.theme-toggle{width:35px;height:35px;font-size:16px}.theme-icon{font-size:16px}}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#f7fafc,#edf2f7);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23667eea" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;min-height:75vh}@media(max-width:1199px){.hero-content{min-height:70vh;gap:3rem}}@media(max-width:991px){.hero-content{min-height:65vh;gap:2.5rem}}.hero-text{opacity:0;transform:translateY(30px);animation:fadeInUp 1s ease forwards}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#2d3748}.greeting{display:block;font-size:1.2rem;font-weight:500;color:#667eea;margin-bottom:.5rem}.name{display:block;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.title{display:block;font-size:2rem;color:#4a5568;margin-top:.5rem}.hero-description{font-size:1.2rem;color:#718096;margin-bottom:2rem;line-height:1.7}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-image{display:flex;justify-content:center;align-items:center;position:relative}.hero-avatar{position:relative;width:300px;height:300px}.avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;font-weight:600;box-shadow:0 20px 40px #667eea4d;position:relative;z-index:2}.avatar-placeholder img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:50%;display:block}.hero-bg-elements{position:absolute;top:0;left:0;width:100%;height:100%}.bg-circle{position:absolute;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);opacity:.1;animation:float 6s ease-in-out infinite}.bg-circle-1{width:100px;height:100px;top:-20px;right:-20px;animation-delay:0s}.bg-circle-2{width:150px;height:150px;bottom:-30px;left:-30px;animation-delay:2s}.bg-circle-3{width:80px;height:80px;top:50%;right:-40px;animation-delay:4s}.hero-stats{display:flex;justify-content:center;gap:3rem;margin-top:4rem;padding:2rem 0 4rem;border-top:1px solid #e2e8f0}@media(max-width:991px){.hero-stats{padding:2rem 0 3rem;gap:2rem}}@media(max-width:768px){.hero-stats{padding:1.5rem 0 2.5rem;gap:1.5rem}}.stat-item{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:700;color:#667eea;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:#718096;text-transform:uppercase;letter-spacing:1px}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;color:#718096;font-size:.9rem;animation:bounce 2s infinite;z-index:10}@media(max-width:991px){.scroll-indicator{bottom:1rem;font-size:.8rem}}@media(max-width:768px){.scroll-indicator{bottom:.5rem;font-size:.75rem}}.scroll-arrow{width:2px;height:30px;background:#667eea;margin-bottom:10px;position:relative}.scroll-arrow:after{content:"";position:absolute;bottom:0;left:-3px;width:8px;height:8px;border-right:2px solid #667eea;border-bottom:2px solid #667eea;transform:rotate(45deg)}.about{background:#fff}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center;margin-bottom:3rem}.about-text h3{font-size:2rem;color:#2d3748;margin-bottom:1.5rem}.about-text p{font-size:1.1rem;color:#4a5568;margin-bottom:1.5rem;line-height:1.7}.about-highlights{margin-top:2rem}.highlight-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.highlight-icon{font-size:2rem;flex-shrink:0}.highlight-content h4{font-size:1.2rem;color:#2d3748;margin-bottom:.5rem}.highlight-content p{color:#718096;margin:0}.about-image{display:flex;justify-content:center}.about-photo{position:relative;width:250px;height:250px}.photo-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f7fafc,#edf2f7);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#718096;font-weight:600;border:2px solid #e2e8f0;position:relative;z-index:2}.photo-placeholder img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:18px;display:block}.about-bg-pattern{position:absolute;inset:-20px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;opacity:.1;z-index:1}.about-cta{text-align:center;padding:3rem 0;background:#f7fafc;border-radius:20px;margin-top:3rem}.about-cta p{font-size:1.2rem;color:#4a5568;margin-bottom:1.5rem}.skills{background:#f7fafc}.skills-content{max-width:800px;margin:0 auto}.skills-categories{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.category-btn{padding:12px 24px;border:2px solid #e2e8f0;background:#fff;color:#4a5568;border-radius:50px;cursor:pointer;transition:all .3s ease;font-weight:500}.category-btn.active,.category-btn:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent}.skills-grid{display:grid;gap:1.5rem;margin-bottom:3rem}.skill-item{background:#fff;padding:1.5rem;border-radius:15px;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease}.skill-item:hover{transform:translateY(-2px)}.skill-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.skill-icon{font-size:1.5rem;margin-right:.5rem}.skill-name{font-weight:600;color:#2d3748;flex:1}.skill-level{font-weight:700;color:#667eea}.skill-bar{height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.skill-progress{height:100%;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px;transition:width 1s ease}.skills-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.summary-item{text-align:center;padding:2rem;background:#fff;border-radius:15px;box-shadow:0 4px 6px #0000000d}.summary-item h4{font-size:1.3rem;color:#2d3748;margin-bottom:1rem}.summary-item p{color:#718096;line-height:1.6}.projects{background:#fff}.projects-filters{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.filter-btn{padding:10px 20px;border:2px solid #e2e8f0;background:#fff;color:#4a5568;border-radius:50px;cursor:pointer;transition:all .3s ease;font-weight:500}.filter-btn.active,.filter-btn:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.project-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;position:relative}.project-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.project-card.featured{border:2px solid #667eea}.project-image{position:relative;height:200px;overflow:hidden}.project-img{width:100%;height:100%;object-fit:cover;display:block}.project-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f7fafc,#edf2f7);display:flex;align-items:center;justify-content:center;color:#718096;font-weight:600}.project-overlay{position:absolute;inset:0;background:#667eeae6;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.project-card:hover .project-overlay{opacity:1}.project-actions{display:flex;gap:1rem}.project-btn{padding:10px 20px;background:#fff;color:#667eea;border-radius:25px;text-decoration:none;font-weight:600;transition:all .3s ease}.project-btn:hover{background:#667eea;color:#fff;transform:scale(1.05)}.featured-badge{position:absolute;top:15px;right:15px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:5px 15px;border-radius:20px;font-size:.8rem;font-weight:600}.project-content{padding:1.5rem}.project-title{font-size:1.3rem;font-weight:700;color:#2d3748;margin-bottom:1rem}.project-description{color:#718096;line-height:1.6;margin-bottom:1.5rem}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:#f7fafc;color:#4a5568;padding:4px 12px;border-radius:15px;font-size:.8rem;font-weight:500}.projects-cta{text-align:center;padding:3rem 0;background:#f7fafc;border-radius:20px}.projects-cta p{font-size:1.2rem;color:#4a5568;margin-bottom:1.5rem}.experience{background:#f7fafc}.experience-content{max-width:1000px;margin:0 auto}.experience-section{margin-bottom:4rem}.subsection-title{font-size:2rem;color:#2d3748;margin-bottom:2rem;text-align:center}.timeline{position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:linear-gradient(135deg,#667eea,#764ba2)}.timeline-item{position:relative;margin-bottom:3rem;padding-left:2rem}.timeline-marker{position:absolute;left:-2rem;top:0;width:12px;height:12px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;border:3px solid white;box-shadow:0 0 0 3px #667eea}.timeline-content{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 4px 6px #0000000d}.timeline-header{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;align-items:center}.timeline-title{font-size:1.3rem;font-weight:700;color:#2d3748;margin:0}.timeline-company{color:#667eea;font-weight:600}.timeline-period{color:#718096;font-size:.9rem}.timeline-type{background:#f7fafc;color:#4a5568;padding:4px 12px;border-radius:15px;font-size:.8rem;font-weight:500}.timeline-description{color:#4a5568;margin-bottom:1rem;line-height:1.6}.timeline-achievements{list-style:none;margin-bottom:1.5rem}.timeline-achievements li{color:#718096;margin-bottom:.5rem;position:relative;padding-left:1.5rem}.timeline-achievements li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700}.timeline-technologies{display:flex;flex-wrap:wrap;gap:.5rem}.education-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.education-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 4px 6px #0000000d;text-align:center}.education-header{margin-bottom:1rem}.education-degree{font-size:1.2rem;font-weight:700;color:#2d3748;margin-bottom:.5rem}.education-institution{color:#667eea;font-weight:600;display:block;margin-bottom:.5rem}.education-year{color:#718096;font-size:.9rem}.education-description{color:#4a5568;line-height:1.6}.experience-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:4rem}.stat-card{background:#fff;padding:2rem;border-radius:15px;text-align:center;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease}.stat-card:hover{transform:translateY(-5px)}.stat-icon{font-size:2.5rem;margin-bottom:1rem}.stat-content h4{font-size:1.5rem;font-weight:700;color:#2d3748;margin-bottom:.5rem}.stat-content p{color:#718096;margin:0}.contact{background:#fff}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:3rem}.contact-info h3{font-size:2rem;color:#2d3748;margin-bottom:1.5rem}.contact-info p{color:#4a5568;line-height:1.7;margin-bottom:2rem}.contact-details{margin-bottom:2rem}.contact-item{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.contact-icon{font-size:1.5rem;width:40px;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.contact-detail h4{font-size:1rem;color:#2d3748;margin-bottom:.25rem}.contact-detail a{color:#667eea;text-decoration:none;font-weight:500}.contact-detail a:hover{text-decoration:underline}.social-links h4{font-size:1.2rem;color:#2d3748;margin-bottom:1rem}.social-icons{display:flex;gap:1rem;flex-wrap:wrap}.social-link{display:flex;align-items:center;gap:.5rem;padding:8px 16px;background:#f7fafc;color:#4a5568;text-decoration:none;border-radius:25px;transition:all .3s ease;font-weight:500}.social-link:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transform:translateY(-2px)}.contact-form{background:#f7fafc;padding:2rem;border-radius:20px}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#2d3748;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;transition:border-color .3s ease;background:#fff;color:#2d3748}.form-group input::placeholder,.form-group textarea::placeholder{color:#a0aec0}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea}.form-submit{width:100%;margin-top:1rem}.form-submit.loading{opacity:.7;cursor:not-allowed}.form-success{display:flex;align-items:center;gap:.5rem;color:#38a169;font-weight:500;margin-top:1rem;padding:1rem;background:#f0fff4;border-radius:10px}.form-error{display:flex;align-items:center;gap:.5rem;color:#e53e3e;font-weight:500;margin-top:1rem;padding:1rem;background:#fed7d7;border-radius:10px}.dark .form-error{background:#742a2a;color:#feb2b2}.contact-cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem;border-radius:20px;text-align:center}.cta-content h3{font-size:2rem;margin-bottom:1rem}.cta-content p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-buttons .btn{background:#fff;color:#667eea}.cta-buttons .btn:hover{background:#f7fafc;transform:translateY(-2px)}.dark{background-color:#1a202c;color:#e2e8f0}.dark .section-title{color:#f7fafc}.dark .section-subtitle{color:#a0aec0}.dark .hero{background:linear-gradient(135deg,#1a202c,#2d3748)}.dark .about{background:#1a202c}.dark .skills{background:#2d3748}.dark .projects{background:#1a202c}.dark .experience{background:#2d3748}.dark .contact{background:#1a202c}.dark .nav-link{color:#a0aec0}.dark .nav-link:hover{color:#667eea}.dark .hero-title{color:#f7fafc}.dark .hero-description{color:#a0aec0}.dark .about-text h3{color:#f7fafc}.dark .about-text p{color:#a0aec0}.dark .highlight-content h4{color:#f7fafc}.dark .highlight-content p{color:#a0aec0}.dark .skill-item{background:#2d3748;color:#e2e8f0}.dark .skill-name{color:#f7fafc}.dark .project-card{background:#2d3748}.dark .project-title{color:#f7fafc}.dark .project-description{color:#a0aec0}.dark .timeline-content{background:#2d3748}.dark .timeline-title,.dark .subsection-title{color:#f7fafc}.dark .timeline-description{color:#a0aec0}.dark .timeline-company{color:#a3b0ff}.dark .timeline-period{color:#cbd5e0}.dark .timeline-type{background:#1a202c;color:#e2e8f0}.dark .timeline-achievements li{color:#a0aec0}.dark .education-card{background:#2d3748}.dark .education-degree{color:#f7fafc}.dark .education-institution{color:#a3b0ff}.dark .education-year{color:#cbd5e0}.dark .education-description{color:#a0aec0}.dark .stat-card{background:#2d3748}.dark .stat-content h4{color:#f7fafc}.dark .stat-content p{color:#a0aec0}.dark .contact-info h3{color:#f7fafc}.dark .contact-info p{color:#a0aec0}.dark .contact-detail h4{color:#f7fafc}.dark .contact-detail a{color:#667eea}.dark .social-links h4{color:#f7fafc}.dark .social-link{background:#2d3748;color:#a0aec0}.dark .social-link:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.dark .contact-form{background:#2d3748}.dark .form-group label{color:#f7fafc}.dark .form-group input,.dark .form-group textarea{background:#1a202c;border-color:#4a5568;color:#e2e8f0}.dark .form-group input::placeholder,.dark .form-group textarea::placeholder{color:#718096}.dark .form-group input:focus,.dark .form-group textarea:focus{border-color:#667eea}.dark .cta-content h3{color:#fff}.dark .cta-content p{color:#ffffffe6}.footer{background:#2d3748;color:#fff;padding:2.5rem 0 1rem;width:100%}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2rem;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 20px}.dark .footer{background:#1a202c}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#fff}.footer-brand p{color:#a0aec0;line-height:1.6;margin-bottom:1rem}.footer-social{display:flex;gap:1rem}.footer-social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#4a5568;color:#fff;border-radius:50%;text-decoration:none;transition:all .3s ease}.footer-social-link:hover{background:#667eea;transform:translateY(-2px)}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#a0aec0;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}.footer-tech{display:flex;flex-wrap:wrap;gap:.5rem}.footer-tech .tech-tag{background:#4a5568;color:#fff}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid #4a5568;flex-wrap:wrap;gap:1rem}.footer-copyright p{color:#a0aec0;margin:.25rem 0}.back-to-top{background:#667eea;color:#fff;border:none;width:50px;height:50px;border-radius:50%;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.back-to-top:hover{background:#764ba2;transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media(min-width:1441px){.container{max-width:100%;padding:0 40px}.footer-content{max-width:1400px;padding:0 40px}}@media(max-width:1440px)and (min-width:1200px){.container{max-width:100%;padding:0 40px}.hero-title{font-size:3rem}.section-title{font-size:2.2rem}.footer-content{max-width:100%;padding:0 40px}}@media(max-width:1199px)and (min-width:992px){.container,.footer-content{max-width:100%;padding:0 30px}}@media(max-width:1199px){.hero-content{gap:3rem}.hero-title{font-size:2.8rem}.hero-avatar{width:250px;height:250px}.about-content,.contact-content{gap:3rem}.footer-content{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media(max-width:991px){.container{max-width:700px;padding:0 20px}.hero-content{grid-template-columns:1fr;text-align:center;gap:2.5rem}.hero-title{font-size:2.5rem}.hero-avatar{width:200px;height:200px}.about-content{grid-template-columns:1fr;text-align:center;gap:2.5rem}.contact-content{grid-template-columns:1fr;gap:2.5rem}.projects-grid{grid-template-columns:repeat(2,1fr)}.skills-categories{flex-wrap:wrap;justify-content:center}.footer-content{max-width:700px;padding:0 20px;grid-template-columns:repeat(2,1fr);gap:2rem}.hero-stats{flex-wrap:wrap;gap:2rem}}@media(max-width:768px){.hamburger{display:flex}.nav-menu{position:fixed;top:70px;left:-100%;width:100%;height:calc(100vh - 70px);background:#fff;flex-direction:column;justify-content:flex-start;align-items:center;padding-top:2rem;transition:left .3s ease;box-shadow:0 2px 10px #0000001a}.dark .nav-menu{background:#1a202c;box-shadow:0 2px 10px #0000004d}.nav-menu.active{left:0}.nav-list{flex-direction:column;gap:1rem}.container{padding:0 15px}.hero-content{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-title{font-size:2.2rem}.hero-buttons{justify-content:center}.about-content{grid-template-columns:1fr;text-align:center}.contact-content{grid-template-columns:1fr}.hero-stats{flex-direction:column;gap:1.5rem}.projects-grid{grid-template-columns:1fr}.skills-categories{flex-direction:column;align-items:center}.timeline-header{flex-direction:column;align-items:flex-start}.cta-buttons{flex-direction:column;align-items:center}.footer-content{grid-template-columns:1fr;gap:1.5rem;text-align:center}.footer-bottom{flex-direction:column;text-align:center}}@media(max-width:480px){.container{padding:0 15px}.section-title,.hero-title{font-size:2rem}.hero-buttons{flex-direction:column;width:100%}.btn{width:100%;text-align:center}}
