: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}}.navbar{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;z-index:1000;transition:all .3s ease;box-shadow:0 2px 10px #0000000d}.navbar.scrolled{padding:.5rem 0;box-shadow:0 2px 20px #0000001a}.navbar-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-brand h2{margin:0;font-size:1.5rem;color:#2563eb}.brand-subtitle{font-size:.75rem;color:#64748b;display:block;margin-top:-5px}.navbar-menu{display:flex;gap:2rem;align-items:center}.navbar-menu a{color:#334155;text-decoration:none;font-weight:500;cursor:pointer;transition:color .3s ease}.navbar-menu a:hover{color:#2563eb}.dark-mode-toggle{background:none;border:2px solid #e2e8f0;padding:.5rem 1rem;border-radius:50px;cursor:pointer;font-size:1.2rem;transition:all .3s ease}.dark-mode-toggle:hover{border-color:#2563eb;transform:scale(1.1)}.mobile-menu-toggle{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#334155}@media(max-width:768px){.navbar-menu{position:fixed;top:70px;left:0;right:0;background:#fff;flex-direction:column;padding:2rem;box-shadow:0 10px 30px #0000001a;transform:translateY(-100%);opacity:0;transition:all .3s ease}.navbar-menu.active{transform:translateY(0);opacity:1}.mobile-menu-toggle{display:block}}.dark .navbar{background:#0f172af2}.dark .navbar-menu a{color:#e2e8f0}.dark .navbar-menu a:hover{color:#60a5fa}.dark .mobile-menu-toggle{color:#e2e8f0}.hero{min-height:100vh;display:flex;align-items:center;padding:6rem 0 4rem;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 1px,transparent 1px);background-size:50px 50px;animation:backgroundMove 20s linear infinite}@keyframes backgroundMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.hero-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.hero-content{display:grid;grid-template-columns:1.5fr 1fr;gap:4rem;align-items:center}.hero-text{color:#fff}.hero-title{font-size:3.5rem;margin-bottom:1rem;line-height:1.2}.highlight{color:#fbbf24;position:relative}.hero-subtitle{font-size:2rem;font-weight:500;margin-bottom:1.5rem;opacity:.9}.hero-description{font-size:1.1rem;line-height:1.8;margin-bottom:2rem;opacity:.9}.hero-buttons{display:flex;gap:1rem;margin-bottom:2rem}.btn{padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block}.btn-primary{background:#fbbf24;color:#1e293b}.btn-primary:hover{background:#f59e0b;transform:translateY(-2px);box-shadow:0 10px 25px #fbbf244d}.btn-secondary{background:#ffffff1a;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#667eea;transform:translateY(-2px)}.hero-social{display:flex;gap:1.5rem}.hero-social a{color:#fff;transition:all .3s ease}.hero-social a:hover{color:#fbbf24;transform:translateY(-3px)}.hero-image{display:flex;justify-content:center;align-items:center}.image-wrapper{width:350px;height:350px;border-radius:50%;overflow:hidden;border:5px solid rgba(255,255,255,.3);box-shadow:0 20px 60px #0000004d;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.image-wrapper img{width:100%;height:100%;object-fit:cover}@media(max-width:968px){.hero-content{grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.5rem}.hero-buttons,.hero-social{justify-content:center}.image-wrapper{width:250px;height:250px}}.about{padding:6rem 0;background:#f8fafc}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:#1e293b;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px}.about-content{max-width:900px;margin:0 auto}.about-text p{font-size:1.1rem;line-height:1.8;color:#475569;margin-bottom:2rem}.about-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:2rem 0}.detail-item{padding:1rem;background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000d}.detail-item strong{display:block;margin-bottom:.5rem;color:#334155}.detail-item a{color:#2563eb;text-decoration:none}.detail-item a:hover{text-decoration:underline}.education{margin-top:3rem}.education h3{font-size:1.5rem;margin-bottom:1rem;color:#1e293b}.education-item{padding:1.5rem;background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000d;border-left:4px solid #667eea}.education-item strong{font-size:1.1rem;color:#1e293b}.education-item p{margin-top:.5rem;color:#64748b}.dark .about{background:#0f172a}.dark .section-title{color:#e2e8f0}.dark .about-text p{color:#cbd5e1}.dark .detail-item{background:#1e293b;color:#e2e8f0}.dark .education-item{background:#1e293b}.skills{padding:6rem 0;background:#fff}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.skill-category{padding:2rem;background:#f8fafc;border-radius:15px;border:2px solid #e2e8f0;transition:all .3s ease}.skill-category:hover{border-color:#667eea;transform:translateY(-5px);box-shadow:0 10px 30px #667eea1a}.skill-category h3{font-size:1.2rem;margin-bottom:1rem;color:#1e293b}.skill-tags{display:flex;flex-wrap:wrap;gap:.75rem}.skill-tag{padding:.5rem 1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:20px;font-size:.9rem;font-weight:500;transition:all .3s ease}.skill-tag:hover{transform:scale(1.05);box-shadow:0 5px 15px #667eea4d}.skill-tag.soft{background:linear-gradient(135deg,#f093fb,#f5576c)}.competencies,.soft-skills{margin-top:3rem;padding:2rem;background:#f8fafc;border-radius:15px}.competencies h3,.soft-skills h3{font-size:1.5rem;margin-bottom:1.5rem;color:#1e293b}.competencies-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.competency-item{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#fff;border-radius:10px;border-left:4px solid #667eea;color:#334155;font-weight:500}.check-icon{width:24px;height:24px;background:#667eea;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.dark .skills{background:#1e293b}.dark .skill-category{background:#0f172a;border-color:#334155}.dark .skill-category h3{color:#e2e8f0}.dark .competencies,.dark .soft-skills{background:#0f172a}.dark .competencies h3,.dark .soft-skills h3{color:#e2e8f0}.dark .competency-item{background:#1e293b;color:#cbd5e1}.experience{padding:6rem 0;background:#f8fafc}.timeline{position:relative;max-width:1000px;margin:0 auto;padding-left:50px}.timeline:before{content:"";position:absolute;left:20px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#667eea,#764ba2)}.timeline-item{position:relative;margin-bottom:3rem;padding-left:30px}.timeline-dot{position:absolute;left:11px;top:0;width:20px;height:20px;background:#fff;border:4px solid #667eea;border-radius:50%;z-index:1}.timeline-content{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 4px 20px #00000014;transition:all .3s ease}.timeline-content:hover{transform:translate(10px);box-shadow:0 8px 30px #667eea26}.timeline-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.timeline-content h3{font-size:1.5rem;color:#1e293b;margin-bottom:.5rem}.timeline-content h4{font-size:1.1rem;color:#64748b;font-weight:500}.timeline-badge{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;font-weight:600;color:#667eea}.current-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.85rem}.exp-description{color:#475569;line-height:1.6;margin-bottom:1rem}.key-areas{list-style:none;padding:0;margin:1rem 0}.key-areas li{padding:.75rem 0 .75rem 1.5rem;position:relative;color:#334155;line-height:1.6}.key-areas li:before{content:"▸";position:absolute;left:0;color:#667eea;font-weight:700}.highlights{margin-top:1.5rem;padding:1rem;background:#f8fafc;border-radius:10px;border-left:4px solid #fbbf24}.highlights strong{display:block;margin-bottom:.75rem;color:#1e293b}.highlights ul{list-style:none;padding:0}.highlights li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#475569;line-height:1.6}.highlights li:before{content:"✓";position:absolute;left:0;color:#fbbf24;font-weight:700}@media(max-width:768px){.timeline{padding-left:30px}.timeline:before{left:10px}.timeline-dot{left:1px}.timeline-header{flex-direction:column}.timeline-badge{align-items:flex-start}}.dark .experience{background:#0f172a}.dark .timeline-content{background:#1e293b}.dark .timeline-content h3{color:#e2e8f0}.dark .timeline-content h4{color:#94a3b8}.dark .exp-description,.dark .key-areas li,.dark .highlights li{color:#cbd5e1}.dark .highlights{background:#0f172a}.dark .highlights strong{color:#e2e8f0}.projects{padding:6rem 0;background:#fff}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.project-card{background:#f8fafc;border-radius:15px;padding:2rem;border:2px solid #e2e8f0;transition:all .3s ease;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-10px);border-color:#667eea;box-shadow:0 15px 40px #667eea26}.project-header{margin-bottom:1rem}.project-header h3{font-size:1.5rem;color:#1e293b;margin-bottom:.5rem}.project-client{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:500}.project-description{color:#475569;line-height:1.7;margin-bottom:1.5rem;flex-grow:1}.project-meta{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.meta-item{color:#64748b;font-size:.9rem;font-weight:500}.project-tech{margin-bottom:1.5rem}.project-tech strong{display:block;margin-bottom:.75rem;color:#1e293b}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:#fff;color:#667eea;padding:.4rem .8rem;border-radius:15px;font-size:.85rem;border:1px solid #667eea;font-weight:500}.project-responsibilities{background:#fff;padding:1rem;border-radius:10px;border-left:4px solid #fbbf24}.project-responsibilities strong{display:block;margin-bottom:.75rem;color:#1e293b}.project-responsibilities ul{list-style:none;padding:0;margin:0}.project-responsibilities li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#475569;line-height:1.6;font-size:.95rem}.project-responsibilities li:before{content:"✓";position:absolute;left:0;color:#fbbf24;font-weight:700}@media(max-width:768px){.projects-grid{grid-template-columns:1fr}}.dark .projects{background:#1e293b}.dark .project-card{background:#0f172a;border-color:#334155}.dark .project-header h3{color:#e2e8f0}.dark .project-description,.dark .project-responsibilities li{color:#cbd5e1}.dark .project-tech strong,.dark .project-responsibilities strong{color:#e2e8f0}.dark .tech-tag{background:#1e293b;border-color:#60a5fa;color:#60a5fa}.dark .project-responsibilities{background:#1e293b}.contact{padding:6rem 0;background:#f8fafc}.contact-subtitle{text-align:center;color:#64748b;font-size:1.1rem;margin-bottom:3rem}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;max-width:1200px;margin:0 auto}.contact-info h3{font-size:1.5rem;color:#1e293b;margin-bottom:2rem}.info-items{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.info-item{display:flex;gap:1rem;padding:1.5rem;background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000d}.info-item .icon{font-size:1.5rem}.info-item strong{display:block;color:#1e293b;margin-bottom:.5rem}.info-item a{color:#2563eb;text-decoration:none}.info-item a:hover{text-decoration:underline}.info-item p{color:#64748b;margin:.25rem 0}.social-links{display:flex;gap:1rem;flex-wrap:wrap}.social-link{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:25px;text-decoration:none;font-weight:500;transition:all .3s ease}.social-link:hover{transform:translateY(-3px);box-shadow:0 10px 25px #667eea4d}.contact-form{background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 4px 20px #00000014}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{width:100%;padding:1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;font-family:inherit;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical}.status-message{padding:1rem;border-radius:10px;margin-bottom:1rem;font-weight:500}.status-message.success{background:#d1fae5;color:#065f46;border:1px solid #10b981}.status-message.error{background:#fee2e2;color:#991b1b;border:1px solid #ef4444}.submit-btn{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}.submit-btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:968px){.contact-content{grid-template-columns:1fr}}.dark .contact{background:#0f172a}.dark .contact-subtitle{color:#94a3b8}.dark .contact-info h3{color:#e2e8f0}.dark .info-item{background:#1e293b}.dark .info-item strong{color:#e2e8f0}.dark .info-item p{color:#94a3b8}.dark .contact-form{background:#1e293b}.dark .form-group input,.dark .form-group textarea{background:#0f172a;border-color:#334155;color:#e2e8f0}.dark .form-group input::placeholder,.dark .form-group textarea::placeholder{color:#64748b}.footer{background:#1e293b;color:#e2e8f0;padding:3rem 0 1rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-section h3{font-size:1.5rem;margin-bottom:1rem;color:#fbbf24}.footer-section h4{font-size:1.1rem;margin-bottom:1rem;color:#fbbf24}.footer-section p{color:#cbd5e1;line-height:1.6}.footer-section ul{list-style:none;padding:0}.footer-section li{margin-bottom:.5rem}.footer-section a{color:#cbd5e1;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#fbbf24}.footer-social{display:flex;flex-direction:column;gap:.5rem}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #334155;color:#94a3b8}.footer-bottom p{margin:.5rem 0}.footer-tech{font-size:.9rem;color:#64748b}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:2rem}}.dark .footer{background:#0f172a}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1e293b;line-height:1.6}html{scroll-behavior:smooth}.App{min-height:100vh}body.dark-mode{background:#0f172a;color:#e2e8f0}.loading{display:flex;justify-content:center;align-items:center;min-height:50vh;font-size:1.2rem;color:#667eea}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}@media(max-width:768px){html{font-size:14px}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
