:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary-color: #667eea;--secondary-color: #764ba2;--accent-color: #f093fb;--text-color: #333333;--text-light: #666666;--background-light: #f8f9fa;--border-color: #e0e0e0;--shadow-light: 0 2px 10px rgba(0, 0, 0, .1);--shadow-medium: 0 4px 20px rgba(0, 0, 0, .15);--shadow-heavy: 0 10px 40px rgba(0, 0, 0, .2);--gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--gradient-secondary: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);--gradient-background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--background-light);color:var(--text-color);overflow-x:hidden}#root{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem;color:var(--text-color)}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-bottom:1rem;line-height:1.6}a{color:var(--primary-color);text-decoration:none;transition:color .3s ease}a:hover{color:var(--secondary-color)}input,textarea,select{font-family:inherit;font-size:inherit}button{font-family:inherit;cursor:pointer;border:none;outline:none;transition:all .3s ease}button:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:var(--gradient-primary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--secondary-color)}::selection{background:var(--primary-color);color:#fff}::-moz-selection{background:var(--primary-color);color:#fff}*:focus{outline:2px solid var(--primary-color);outline-offset:2px}a:focus,button:focus{outline:2px solid var(--primary-color);outline-offset:2px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out forwards}@media (max-width: 768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}}@media (max-width: 480px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}}.app{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none;font-size:1rem}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 20px #667eea66}.btn-secondary{background:transparent;color:#667eea;border:2px solid #667eea}.btn-secondary:hover{background:#667eea;color:#fff}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);z-index:1000;padding:1rem 0}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo h2{margin:0;font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.nav-list{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.nav-link{text-decoration:none;color:#333;font-weight:500;transition:all .3s ease;position:relative}.nav-link:hover,.nav-link.active{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.active:after,.nav-link:hover:after{width:100%}.menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem}.menu-toggle span{width:25px;height:3px;background:#333;margin:3px 0;transition:.3s}.hero{min-height:100vh;display:flex;align-items:center;position:relative;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.hero-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem;color:#333}.highlight{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:1.5rem;color:#666;margin-bottom:1.5rem;font-weight:400}.hero-description{font-size:1.1rem;line-height:1.6;color:#555;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-image{display:flex;justify-content:center;align-items:center}.hero-avatar{width:300px;height:300px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;box-shadow:0 20px 40px #667eea4d}.avatar-placeholder{font-size:4rem;font-weight:700;color:#fff}.avatar-image{width:100%;height:100%;object-fit:cover;object-position:center center;border-radius:50%}.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-indicator{display:flex;flex-direction:column;align-items:center;color:#666;text-decoration:none;transition:all .3s ease}.scroll-indicator:hover{color:#667eea}.scroll-arrow{width:20px;height:20px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);margin-top:.5rem;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0) rotate(45deg)}40%{transform:translateY(-10px) rotate(45deg)}60%{transform:translateY(-5px) rotate(45deg)}}.about{padding:6rem 0;background:#fff}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center}.about-text p{font-size:1.1rem;line-height:1.6;color:#555;margin-bottom:1.5rem}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.stat{text-align:center}.stat h3{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.stat p{color:#666;font-weight:500}.about-image{display:flex;justify-content:center}.about-photo{width:250px;height:250px;border-radius:20px;background:linear-gradient(135deg,#f093fb,#f5576c);display:flex;align-items:center;justify-content:center;box-shadow:0 20px 40px #f093fb4d}.photo-placeholder{font-size:6rem}.skills{padding:6rem 0;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}.skill-category{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 10px 30px #0000001a}.category-title{font-size:1.5rem;font-weight:700;margin-bottom:2rem;color:#333;text-align:center}.skill-item{margin-bottom:1.5rem}.skill-header{display:flex;justify-content:space-between;margin-bottom:.5rem}.skill-name{font-weight:500;color:#333}.skill-percentage{color:#667eea;font-weight:500}.skill-bar{height:8px;background:#f0f0f0;border-radius:4px;overflow:hidden}.skill-progress{height:100%;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px;transition:width 1s ease-in-out}.projects{padding:6rem 0;background:#fff}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.project-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.project-image{height:200px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center}.project-icon{font-size:4rem}.project-content{padding:2rem}.project-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#333}.project-description{color:#555;line-height:1.6;margin-bottom:1.5rem}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.tech-tag{background:#f0f0f0;color:#333;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500}.project-links{display:flex;gap:1rem}.project-link{padding:.5rem 1rem;border-radius:8px;text-decoration:none;font-weight:500;transition:all .3s ease;border:2px solid #667eea;color:#667eea}.project-link.primary{background:#667eea;color:#fff}.project-link:hover{transform:translateY(-2px)}.experience{padding:6rem 0;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.experience-timeline{position:relative;max-width:800px;margin:0 auto}.experience-timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(135deg,#667eea,#764ba2);transform:translate(-50%)}.experience-item{position:relative;margin-bottom:3rem;width:45%}.experience-item.left{left:0;text-align:right}.experience-item.right{left:55%;text-align:left}.experience-content{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 10px 30px #0000001a;position:relative}.experience-item.left .experience-content:after{content:"";position:absolute;right:-15px;top:50%;transform:translateY(-50%);border:15px solid transparent;border-left-color:#fff}.experience-item.right .experience-content:after{content:"";position:absolute;left:-15px;top:50%;transform:translateY(-50%);border:15px solid transparent;border-right-color:#fff}.experience-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:#333}.experience-company{color:#667eea;font-weight:600;margin-bottom:.25rem}.experience-period{color:#666;font-size:.9rem;margin-bottom:1rem}.experience-description{color:#555;line-height:1.6;margin-bottom:1rem}.experience-achievements{list-style:none;padding:0}.experience-achievements li{color:#555;margin-bottom:.5rem;position:relative;padding-left:1.5rem}.experience-achievements li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700}.timeline-marker{position:absolute;top:50%;width:20px;height:20px;background:linear-gradient(135deg,#667eea,#764ba2);border:4px solid white;border-radius:50%;transform:translateY(-50%)}.experience-item.left .timeline-marker{right:-60px}.experience-item.right .timeline-marker{left:-60px}.contact{padding:6rem 0;background:#fff}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info h3{font-size:2rem;margin-bottom:1rem;color:#333}.contact-info p{font-size:1.1rem;line-height:1.6;color:#555;margin-bottom:2rem}.contact-items{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;align-items:center;gap:1rem}.contact-icon{width:50px;height:50px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.contact-label{font-weight:600;color:#333;margin-bottom:.25rem}.contact-value{color:#555;text-decoration:none}.contact-value:hover{color:#667eea}.contact-form{background:#f8f9fa;padding:2rem;border-radius:15px}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s ease;background:#fff}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea}.form-group textarea{resize:vertical;font-family:inherit}.footer{background:#333;color:#fff;padding:3rem 0 1rem;margin-top:auto}.footer-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.footer-info h3{margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.footer-info p{color:#ccc;line-height:1.6}.social-links{display:flex;gap:1rem;justify-content:flex-end;flex-wrap:wrap}.social-link{display:flex;align-items:center;gap:.5rem;color:#ccc;text-decoration:none;transition:color .3s ease}.social-link:hover{color:#667eea}.footer-bottom{border-top:1px solid #444;padding-top:2rem;text-align:center;color:#ccc;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}@media (max-width: 768px){.menu-toggle{display:flex}.nav{position:absolute;top:100%;left:0;right:0;background:#fff;border-top:1px solid rgba(0,0,0,.1);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.nav-open{transform:translateY(0);opacity:1;visibility:visible}.nav-list{flex-direction:column;padding:2rem;gap:1rem}.hero-container{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-title{font-size:2.5rem}.hero-buttons{justify-content:center}.about-content{grid-template-columns:1fr;text-align:center}.about-stats{grid-template-columns:repeat(3,1fr);gap:1rem}.skills-grid,.projects-grid{grid-template-columns:1fr}.experience-timeline:before{left:30px}.experience-item{width:100%;left:60px!important;text-align:left}.experience-item .timeline-marker{left:-70px!important}.experience-item .experience-content:after{left:-15px!important;border-right-color:#fff!important;border-left-color:transparent!important}.contact-content{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;text-align:center}.social-links{justify-content:center}.footer-bottom{flex-direction:column;text-align:center}}@media (max-width: 480px){.container{padding:0 1rem}.hero-title,.section-title{font-size:2rem}.hero-avatar{width:200px;height:200px}.avatar-placeholder{font-size:3rem}.about-stats{grid-template-columns:1fr;gap:2rem}}
