*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#0f0f0f;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}a{color:inherit;text-decoration:none}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#f8f9fa}}.app{width:100%}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;text-align:center}.hero-content{max-width:800px}.hero-title{font-size:clamp(2.5rem,8vw,4.5rem);margin-bottom:1rem;font-weight:700}.highlight{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:clamp(1.2rem,3vw,1.8rem);margin-bottom:1.5rem;opacity:.9}.hero-description{font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem;opacity:.8;max-width:600px;margin-left:auto;margin-right:auto}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:.875rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea66}.btn-secondary{border:2px solid currentColor;color:inherit}.btn-secondary:hover{background:#ffffff1a;transform:translateY(-2px)}.section{padding:5rem 2rem}.section-alt{background:#ffffff05}.container{max-width:1200px;margin:0 auto}.section-title{font-size:clamp(2rem,5vw,3rem);margin-bottom:2rem;text-align:center}.section-text{font-size:1.1rem;line-height:1.8;max-width:700px;margin:0 auto 2rem;text-align:center;opacity:.85}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.skill-card{padding:2rem;border-radius:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);transition:transform .3s ease,box-shadow .3s ease}.skill-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0003}.skill-card h3{font-size:1.5rem;margin-bottom:1rem;color:#667eea}.skill-card p{opacity:.8;line-height:1.6}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.project-card{padding:2rem;border-radius:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);transition:transform .3s ease}.project-card:hover{transform:translateY(-5px)}.project-card h3{font-size:1.5rem;margin-bottom:1rem}.project-card p{opacity:.8;line-height:1.6;margin-bottom:1.5rem}.project-link{color:#667eea;font-weight:600;text-decoration:none;transition:color .3s ease}.project-link:hover{color:#764ba2}.contact-links{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.contact-link{font-size:1.1rem;font-weight:600;padding:.75rem 1.5rem;border-radius:8px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;text-decoration:none;color:inherit}.contact-link:hover{background:#667eea33;border-color:#667eea;transform:translateY(-2px)}.footer{padding:2rem;text-align:center;opacity:.6;border-top:1px solid rgba(255,255,255,.1)}@media(max-width:768px){.hero{min-height:90vh}.section{padding:3rem 1.5rem}.skills-grid,.projects-grid{grid-template-columns:1fr}}.experience-timeline{max-width:900px;margin:3rem auto 0}.experience-item{padding:2rem;margin-bottom:2rem;border-radius:12px;background:#ffffff0d;border-left:4px solid #667eea;transition:transform .3s ease,box-shadow .3s ease}.experience-item:hover{transform:translate(5px);box-shadow:0 5px 20px #0003}.experience-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;flex-wrap:wrap;gap:.5rem}.experience-header h3{font-size:1.5rem;color:#667eea;margin:0}.experience-date{font-size:.95rem;opacity:.7;font-weight:600}.experience-company{font-size:1.1rem;font-weight:600;margin-bottom:1rem;opacity:.9}.experience-description{line-height:1.6;opacity:.8}.project-year{display:inline-block;padding:.25rem .75rem;background:#667eea33;border-radius:20px;font-size:.85rem;font-weight:600;color:#667eea;margin-bottom:.75rem}.education-content{max-width:900px;margin:3rem auto 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}.education-item{padding:2rem;border-radius:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.education-item h3{font-size:1.5rem;margin-bottom:.75rem;color:#667eea}.education-school{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;opacity:.9}.education-year{opacity:.7}.certifications{padding:2rem;border-radius:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.certifications h3{font-size:1.5rem;margin-bottom:1.5rem;color:#667eea}.cert-list{list-style:none;padding:0}.cert-list li{padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.1);opacity:.85;line-height:1.5}.cert-list li:last-child{border-bottom:none}.cert-list li:before{content:"✓ ";color:#667eea;font-weight:700;margin-right:.5rem}@media(max-width:768px){.experience-header{flex-direction:column}.education-content{grid-template-columns:1fr}}
