*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%}html{scroll-behavior:smooth}.header{position:fixed;top:0;left:0;right:0;background:#fffffffa;box-shadow:0 2px 10px #0000001a;z-index:1000;padding:0}.nav{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:#646cff}.nav-menu{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-menu li a{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease;cursor:pointer}.nav-menu li a:hover{color:#646cff}@media(max-width:768px){.nav{flex-direction:column;gap:1rem}.nav-menu{flex-direction:column;gap:.5rem;text-align:center}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center;padding:2rem;margin-top:70px}.hero-content{max-width:800px}.hero-title{font-size:3.5rem;margin-bottom:1rem;animation:fadeInUp .8s ease-out}.highlight{color:gold}.hero-subtitle{font-size:1.5rem;margin-bottom:1rem;animation:fadeInUp .8s ease-out .2s both}.hero-description{font-size:1.2rem;margin-bottom:2rem;opacity:.9;animation:fadeInUp .8s ease-out .4s both}.hero-buttons{display:flex;gap:1rem;justify-content:center;animation:fadeInUp .8s ease-out .6s both}.btn{padding:.8rem 2rem;border:none;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-primary{background:gold;color:#333}.btn-primary:hover{background:#ffed4e;transform:translateY(-2px);box-shadow:0 5px 15px #0000004d}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#667eea;transform:translateY(-2px);box-shadow:0 5px 15px #0000004d}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column}.btn{width:100%}}.about{padding:5rem 2rem;background:#f9f9f9}.container{max-width:1200px;margin:0 auto}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333;position:relative;padding-bottom:1rem}.section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:4px;background:#646cff;border-radius:2px}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-text p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:1rem}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.stat{text-align:center;padding:2rem 1rem;background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease}.stat:hover{transform:translateY(-5px)}.stat h3{font-size:2.5rem;color:#646cff;margin-bottom:.5rem}.stat p{font-size:.9rem;color:#666;margin:0}@media(max-width:768px){.about-content,.about-stats{grid-template-columns:1fr}.section-title{font-size:2rem}}.projects{padding:5rem 2rem;background:#fff}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.project-card{background:#f9f9f9;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #0000001a;transition:all .3s ease;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.project-title{font-size:1.5rem;margin-bottom:1rem;color:#333}.project-description{font-size:1rem;color:#666;margin-bottom:1rem;flex-grow:1;line-height:1.6}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background:#646cff;color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:.85rem;font-weight:500}.project-links{display:flex;gap:1rem}.project-link{flex:1;text-align:center;padding:.6rem 1rem;border:2px solid #646cff;color:#646cff;text-decoration:none;border-radius:5px;font-weight:600;transition:all .3s ease}.project-link:hover{background:#646cff;color:#fff}@media(max-width:768px){.projects-grid{grid-template-columns:1fr}}.skills{padding:5rem 2rem;background:#f9f9f9}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.skill-category{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #0000001a}.category-title{font-size:1.5rem;margin-bottom:1.5rem;color:#646cff;text-align:center;font-weight:600}.skills-list{display:flex;flex-direction:column;gap:1.5rem}.skill-item{display:flex;flex-direction:column;gap:.5rem}.skill-header{display:flex;justify-content:space-between;align-items:center}.skill-name{font-size:1rem;font-weight:500;color:#333}.skill-percentage{font-size:.9rem;color:#646cff;font-weight:600}.skill-bar{height:10px;background:#e0e0e0;border-radius:5px;overflow:hidden}.skill-progress{height:100%;background:linear-gradient(90deg,#646cff,#764ba2);border-radius:5px;transition:width 1s ease-out;animation:fillBar 1.5s ease-out}@keyframes fillBar{0%{width:0}}@media(max-width:768px){.skills-grid{grid-template-columns:1fr}}.contact{padding:5rem 2rem;background:#fff}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1000px;margin:0 auto}.contact-info h3{font-size:1.8rem;margin-bottom:1rem;color:#333}.contact-info p{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;flex-direction:column;gap:.5rem}.contact-item strong{color:#646cff;font-size:1rem}.contact-item a{color:#333;text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:#646cff}.social-links{display:flex;gap:1rem}.social-links a{padding:.5rem 1rem;background:#f9f9f9;border-radius:5px;transition:all .3s ease}.social-links a:hover{background:#646cff;color:#fff}.contact-form{background:#f9f9f9;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #0000001a}.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:.8rem;border:2px solid #e0e0e0;border-radius:5px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#646cff}.form-group textarea{resize:vertical}.submit-btn{width:100%;padding:1rem;background:#646cff;color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.submit-btn:hover{background:#535ac8;transform:translateY(-2px);box-shadow:0 5px 15px #646cff4d}.success-message{background:#4caf50;color:#fff;padding:1rem;border-radius:5px;margin-bottom:1rem;text-align:center}@media(max-width:768px){.contact-content{grid-template-columns:1fr}}.footer{background:#333;color:#fff;padding:2rem;text-align:center}.footer p{margin:.5rem 0;font-size:.9rem}.app{min-height:100vh;width:100%}
