: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}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;font-family:inherit}#root{width:100%;margin:0;padding:0}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}p{margin:0}html{scroll-behavior:smooth}.portfolio{width:100%;margin:0;padding:0}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:8rem 0;text-align:center;min-height:80vh;display:flex;align-items:center;justify-content:center}.hero-content h1{font-size:3.5rem;margin-bottom:.5rem;font-weight:700}.hero-content h2{font-size:1.5rem;margin-bottom:1.5rem;font-weight:300;opacity:.9}.hero-content p{font-size:1.2rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.hero-links{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:.8rem 2rem;text-decoration:none;border-radius:5px;font-weight:500;transition:all .3s ease;display:inline-block}.btn-primary{background-color:#fff;color:#667eea}.btn-primary:hover{background-color:#f0f0f0;transform:translateY(-2px)}.btn-secondary{background-color:transparent;color:#fff;border:2px solid #fff}.btn-secondary:hover{background-color:#fff;color:#667eea;transform:translateY(-2px)}section{padding:5rem 0}.about{background-color:#f8f9fa}.about h2,.skills h2,.projects h2,.contact h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333}.about p{font-size:1.1rem;line-height:1.8;max-width:800px;margin:0 auto;text-align:center;color:#666}.experience{background-color:#fff}.experience-timeline{max-width:800px;margin:0 auto}.experience-item{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 6px #0000001a;margin-bottom:1.5rem;border-left:4px solid #667eea}.experience-item h3{color:#333;font-size:1.3rem;margin-bottom:.5rem}.experience-item h4{color:#667eea;font-size:1.1rem;margin-bottom:.8rem;font-weight:500}.experience-meta{display:flex;gap:1rem;flex-wrap:wrap}.experience-meta .period{background-color:#e9ecef;color:#495057;padding:.3rem .8rem;border-radius:15px;font-size:.9rem}.experience-meta .location{color:#666;font-style:italic}.skills{background-color:#f8f9fa}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;max-width:800px;margin:0 auto}.skill-tag{background-color:#667eea;color:#fff;padding:1rem;text-align:center;border-radius:8px;font-weight:500;transition:transform .3s ease}.skill-tag:hover{transform:translateY(-3px);background-color:#5a6fd8}.projects{background-color:#fff}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.project-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.project-card h3{color:#333;margin-bottom:1rem;font-size:1.4rem}.project-card p{color:#666;line-height:1.6;margin-bottom:1.5rem}.project-tech{margin-bottom:1.5rem}.tech-tag{background-color:#e9ecef;color:#495057;padding:.3rem .8rem;border-radius:15px;font-size:.9rem;margin-right:.5rem;margin-bottom:.5rem;display:inline-block}.project-links{display:flex;gap:1rem}.project-links a{color:#667eea;text-decoration:none;font-weight:500;padding:.5rem 1rem;border:1px solid #667eea;border-radius:5px;transition:all .3s ease}.project-links a:hover{background-color:#667eea;color:#fff}.project-meta{margin-top:1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.project-meta .company{font-weight:600;color:#667eea}.project-meta .period{color:#666;font-size:.9rem;font-style:italic}.education{background-color:#f8f9fa;text-align:center}.education-item{max-width:600px;margin:0 auto;background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 6px #0000001a}.education-item h3{color:#333;font-size:1.4rem;margin-bottom:.5rem}.education-item h4{color:#667eea;font-size:1.1rem;margin-bottom:1rem;font-weight:500}.graduation-year{background-color:#667eea;color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:500}.contact{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.contact h2{color:#fff}.contact p{font-size:1.1rem;margin-bottom:2rem}.contact-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.contact-links a{color:#fff;text-decoration:none;font-size:1.1rem;padding:.8rem 1.5rem;border:2px solid white;border-radius:5px;transition:all .3s ease}.contact-links a:hover{background-color:#fff;color:#667eea;transform:translateY(-2px)}footer{background-color:#333;color:#fff;text-align:center;padding:2rem 0}footer p{margin:0;opacity:.8}@media (max-width: 768px){.hero{padding:4rem 0}.hero-content h1{font-size:2.5rem}.hero-content h2{font-size:1.3rem}.hero-content p{font-size:1rem}.hero-links{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:200px}section{padding:3rem 0}.container{padding:0 1rem}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.projects-grid{grid-template-columns:1fr}.contact-links{flex-direction:column;align-items:center}.contact-links a{width:200px}}
