: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}main{display:grid;grid-template-columns:1fr min(100%,1200px) 1fr;width:100%}main>section{grid-column:2}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background-color:#fff;display:flex;justify-content:center}.container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:1.8rem}h4{font-size:1.4rem}p{margin-bottom:1rem;color:#666}.btn{display:inline-block;padding:12px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .3s ease;text-align:center}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}.btn-secondary{background:transparent;color:#667eea;border:2px solid #667eea}.btn-secondary:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;box-shadow:0 2px 20px #0000001a;display:grid;grid-template-columns:1fr min(100%,1200px) 1fr}.header>.container{grid-column:2}.header-content{display:flex;justify-content:space-between;align-items:center}.logo h2{color:#667eea;margin:0;font-size:1.8rem}.nav-list{display:flex;list-style:none;gap:2rem}.nav-list button{background:none;border:none;color:#333;font-size:1rem;cursor:pointer;padding:.5rem 1rem;border-radius:6px;transition:all .3s ease}.nav-list button:hover{background:#667eea;color:#fff}.mobile-menu-btn{display:none;flex-direction:column;background:none;border:none;cursor:pointer;gap:4px}.mobile-menu-btn span{width:25px;height:3px;background:#333;transition:all .3s ease}.hero{padding:120px 0 80px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;display:flex;align-items:center;width:100%;grid-column:1 / -1}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;width:100%}.hero-title{font-size:3.5rem;margin-bottom:1rem;color:#333}.highlight{color:#667eea}.hero-subtitle{font-size:1.5rem;color:#667eea;margin-bottom:1.5rem}.hero-description{font-size:1.1rem;color:#666;margin-bottom:2rem;line-height:1.8}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-visual{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}.section-header{text-align:center;margin-bottom:4rem;width:100%}.section-header h2{color:#333;margin-bottom:1rem}.section-header p{color:#666;font-size:1.1rem}.about{padding:80px 0;background:#fff;width:100%}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:start;width:100%}.about-text h3{color:#667eea;margin-bottom:1rem;margin-top:2rem}.about-text h3:first-child{margin-top:0}.about-stats{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.stat-item{text-align:center;padding:2rem;background:#f8f9fa;border-radius:12px;border:2px solid #e9ecef}.stat-number{font-size:2.5rem;font-weight:700;color:#667eea;margin-bottom:.5rem}.stat-label{color:#666;font-size:.9rem}.skills{padding:80px 0;background:#f8f9fa;width:100%}.skills-content{display:grid;gap:3rem;width:100%}.skill-category h3{color:#667eea;margin-bottom:2rem;text-align:center}.skills-grid{display:grid;gap:1.5rem}.skill-item{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 15px #0000001a}.skill-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.skill-name{font-weight:500;color:#333}.skill-level{color:#667eea;font-weight:600}.skill-bar{height:8px;background:#e9ecef;border-radius:4px;overflow:hidden}.skill-progress{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:4px;transition:width 1s ease}.competencies{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem}.competency-tag{background:#667eea;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.experience{padding:80px 0;background:#fff;width:100%}.experience-content{display:grid;gap:4rem;width:100%}.work-experience h3,.featured-projects h3{color:#667eea;margin-bottom:2rem;text-align:center}.timeline{position:relative}.timeline:before{content:"";position:absolute;left:20px;top:0;bottom:0;width:2px;background:#e9ecef}.timeline-item{position:relative;margin-bottom:3rem;padding-left:60px}.timeline-marker{position:absolute;left:11px;top:0;width:20px;height:20px;background:#667eea;border-radius:50%;border:4px solid white;box-shadow:0 0 0 4px #e9ecef}.timeline-content{background:#f8f9fa;padding:2rem;border-radius:12px;border-left:4px solid #667eea}.timeline-period{color:#667eea;font-weight:600;font-size:.9rem}.timeline-title{color:#333;margin:.5rem 0}.timeline-company{color:#666;font-style:italic}.timeline-achievements{margin-top:1rem;padding-left:1.5rem}.timeline-achievements li{margin-bottom:.5rem;color:#666}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.project-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease}.project-card:hover{transform:translateY(-5px)}.project-image{height:200px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center}.project-emoji{font-size:4rem}.project-content{padding:1.5rem}.project-title{color:#333;margin-bottom:1rem}.project-description{color:#666;margin-bottom:1rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:#f8f9fa;color:#667eea;padding:.25rem .75rem;border-radius:15px;font-size:.8rem;font-weight:500}.contact{padding:80px 0;background:#f8f9fa;width:100%}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;width:100%}.contact-info h3,.contact-form h3{color:#667eea;margin-bottom:1.5rem}.contact-details{display:grid;gap:1.5rem;margin-bottom:2rem}.contact-item{display:flex;align-items:center;gap:1rem}.contact-icon{font-size:1.5rem;width:40px;height:40px;background:#667eea;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center}.contact-text h4{color:#333;margin-bottom:.25rem}.contact-text a{color:#667eea;text-decoration:none}.contact-text a:hover{text-decoration:underline}.social-links h4{color:#333;margin-bottom:1rem}.social-icons{display:flex;gap:1rem}.social-icon{font-size:1.5rem;text-decoration:none;transition:transform .3s ease}.social-icon:hover{transform:scale(1.2)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:12px;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea}.footer{background:#2c3e50;color:#fff;padding:60px 0 20px;display:grid;grid-template-columns:1fr min(100%,1200px) 1fr}.footer>.container{grid-column:2}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h3,.footer-section h4{color:#667eea;margin-bottom:1rem}.footer-section p{color:#bdc3c7;margin-bottom:1rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#667eea}.footer-social{display:flex;gap:1rem}.social-link{font-size:1.5rem;text-decoration:none;transition:transform .3s ease}.social-link:hover{transform:scale(1.2)}.footer-contact p{margin-bottom:.5rem}.footer-bottom{border-top:1px solid #34495e;padding-top:2rem}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:#bdc3c7;margin:0}@media (max-width: 768px){.mobile-menu-btn{display:flex}.nav{position:fixed;top:100%;left:0;right:0;background:#fff;padding:2rem;box-shadow:0 4px 20px #0000001a;transform:translateY(-100%);transition:transform .3s ease}.nav.nav-open{transform:translateY(0)}.nav-list{flex-direction:column;gap:1rem}.hero-content{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-title{font-size:2.5rem}.hero-actions{justify-content:center}.about-content{grid-template-columns:1fr;gap:2rem}.about-stats{grid-template-columns:1fr}.contact-content{grid-template-columns:1fr;gap:2rem}.footer-content{grid-template-columns:1fr;text-align:center}.footer-bottom-content{flex-direction:column;text-align:center}.timeline:before{left:15px}.timeline-item{padding-left:50px}.timeline-marker{left:6px}}@media (max-width: 480px){.container{padding:0 15px}.hero{padding:100px 0 60px}.hero-title{font-size:2rem}.btn{padding:10px 20px;font-size:.9rem}.hero-actions{flex-direction:column;align-items:center}.projects-grid{grid-template-columns:1fr}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-content,.about-content,.skills-content,.experience-content,.contact-content{animation:fadeInUp .8s ease-out}html{scroll-padding-top:100px}
