:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color:#ffffffde;background-color:#0f1419;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:#0f1419}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}p{margin:0}ul{list-style:none;padding:0;margin:0}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}.App{width:100%;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}.navigation{position:fixed;top:0;left:0;right:0;background:#0f1419f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(93,211,211,.1);z-index:1000;padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:1.25rem;font-weight:600;color:#5dd3d3}.nav-links{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-links a{color:#cbd5e0;text-decoration:none;cursor:pointer;transition:color .2s;font-size:.95rem}.nav-links a:hover{color:#5dd3d3}.hamburger{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger span{display:block;width:25px;height:3px;background:#5dd3d3;border-radius:2px;transition:all .3s ease}@media(max-width:768px){.nav-container{padding:0 1rem}.nav-logo{font-size:1.1rem}.hamburger{display:flex}.nav-links{position:fixed;top:0;right:-100%;height:100vh;width:250px;background:#0f1419fa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;padding:5rem 2rem 2rem;gap:2rem;transition:right .3s ease;border-left:1px solid rgba(93,211,211,.2);box-shadow:-5px 0 15px #0000004d}.nav-links-open{right:0}.nav-links li{width:100%}.nav-links a{font-size:1.1rem;display:block;padding:.5rem 0}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;background-image:url(/bg-1.webp);background-size:cover;background-position:center;background-attachment:fixed;position:relative;padding:2rem 1rem}.hero:before{content:"";position:absolute;inset:0;background:#0f1419d9}.hero-content{position:relative;z-index:1;max-width:900px;text-align:center}.hero-title{font-size:3.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.2}.highlight{color:#5dd3d3}.hero-subtitle{font-size:1.25rem;color:#cbd5e0;margin-bottom:2.5rem;line-height:1.6}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:.875rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s}.btn-primary{background:#5dd3d3;color:#0f1419}.btn-primary:hover{background:#4fb8b8;transform:translateY(-2px);box-shadow:0 10px 20px #5dd3d34d}.btn-secondary{background:transparent;color:#5dd3d3;border:2px solid #5dd3d3}.btn-secondary:hover{background:#5dd3d31a;transform:translateY(-2px)}@media(max-width:768px){.hero{padding:2rem 1.5rem;background-attachment:scroll}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.05rem}.hero-cta{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:300px}}@media(max-width:480px){.hero{padding:1.5rem 1rem;background-attachment:scroll}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:.95rem}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;font-size:.9rem}}.about{background:#1a202c;padding:6rem 2rem}.section-container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;color:#fff;text-align:center;margin-bottom:3rem;position:relative}.section-title:after{content:"";display:block;width:80px;height:4px;background:#5dd3d3;margin:1rem auto 0}.about-content{display:flex;flex-direction:column;gap:3rem}.about-header{display:flex;align-items:center;gap:3rem;max-width:900px;margin:0 auto}.profile-photo{width:200px;height:200px;border-radius:50%;object-fit:cover;border:4px solid #5dd3d3;box-shadow:0 10px 30px #5dd3d333;flex-shrink:0}.about-text{flex:1}.lead{font-size:1.25rem;color:#e2e8f0;margin-bottom:1.5rem;line-height:1.8}.about-text p{font-size:1.1rem;color:#cbd5e0;line-height:1.8;margin-bottom:1rem}.highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.highlight-card{background:#5dd3d30d;border:1px solid rgba(93,211,211,.2);border-radius:12px;padding:2rem;transition:transform .3s,border-color .3s}.highlight-card:hover{transform:translateY(-4px);border-color:#5dd3d366}.highlight-card h3{font-size:1.5rem;color:#5dd3d3;margin-bottom:1rem}.highlight-card p{color:#cbd5e0;line-height:1.6}@media(max-width:768px){.about{padding:4rem 1.5rem}.section-title{font-size:2rem}.about-header{flex-direction:column;text-align:center;gap:2rem}.profile-photo{width:150px;height:150px}.highlights{grid-template-columns:1fr;gap:1.5rem}.highlight-card{padding:1.5rem}}@media(max-width:480px){.about{padding:3rem 1rem}.section-title{font-size:1.75rem}.profile-photo{width:120px;height:120px;border:3px solid #5dd3d3}.lead{font-size:1.1rem}.about-text p{font-size:1rem}.highlight-card h3{font-size:1.25rem}}.projects{background:#0f1419;padding:6rem 2rem;background-image:url(/bg-2.webp);background-size:cover;background-position:center;background-attachment:fixed;position:relative}.projects:before{content:"";position:absolute;inset:0;background:#0f1419e6}.projects .section-container{position:relative;z-index:1}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.project-card{background:#1a202ccc;border:1px solid rgba(93,211,211,.2);border-radius:12px;padding:2rem;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-8px);border-color:#5dd3d380;box-shadow:0 20px 40px #5dd3d31a}.project-title{font-size:1.75rem;color:#5dd3d3;margin-bottom:1rem}.project-description{color:#cbd5e0;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background:#5dd3d31a;color:#5dd3d3;padding:.375rem .75rem;border-radius:6px;font-size:.875rem;border:1px solid rgba(93,211,211,.2)}.project-achievements{list-style:none;padding:0;margin-bottom:1.5rem}.project-achievements li{color:#e2e8f0;padding-left:1.5rem;margin-bottom:.5rem;position:relative}.project-achievements li:before{content:"✓";position:absolute;left:0;color:#5dd3d3;font-weight:700}.project-link{display:inline-flex;align-items:center;color:#5dd3d3;text-decoration:none;font-weight:600;transition:transform .2s;margin-top:auto}.project-link:hover{transform:translate(4px)}@media(max-width:768px){.projects{padding:4rem 1.5rem;background-attachment:scroll}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-card{padding:1.5rem}}@media(max-width:480px){.projects{padding:3rem 1rem;background-attachment:scroll}.project-title{font-size:1.5rem}.tech-tag{font-size:.8rem;padding:.3rem .6rem}}.services{background:#1a202c;padding:6rem 2rem}.services-intro{text-align:center;font-size:1.25rem;color:#cbd5e0;max-width:700px;margin:0 auto 3rem;line-height:1.6}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.service-card{background:#5dd3d308;border:1px solid rgba(93,211,211,.15);border-radius:12px;padding:2rem;transition:transform .3s,border-color .3s}.service-card:hover{transform:translateY(-4px);border-color:#5dd3d34d}.service-title{font-size:1.5rem;color:#5dd3d3;margin-bottom:1rem}.service-description{color:#cbd5e0;line-height:1.6;margin-bottom:1.5rem}.service-skills{list-style:none;padding:0}.service-skills li{color:#e2e8f0;padding:.5rem 0 .5rem 1.5rem;position:relative}.service-skills li:before{content:"→";position:absolute;left:0;color:#5dd3d3;font-weight:700}@media(max-width:768px){.services{padding:4rem 1.5rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:1.5rem}}@media(max-width:480px){.services{padding:3rem 1rem}.services-intro{font-size:1.1rem}.service-title{font-size:1.25rem}}.contact{background:#0f1419;padding:6rem 2rem 0}.contact-intro{text-align:center;font-size:1.25rem;color:#cbd5e0;max-width:700px;margin:0 auto 3rem;line-height:1.6}.contact-content{max-width:900px;margin:0 auto}.contact-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.contact-method{text-align:center;padding:2rem;background:#5dd3d30d;border:1px solid rgba(93,211,211,.2);border-radius:12px;transition:transform .3s,border-color .3s}.contact-method:hover{transform:translateY(-4px);border-color:#5dd3d366}.contact-icon{font-size:3rem;margin-bottom:1rem}.contact-method h3{font-size:1.25rem;color:#5dd3d3;margin-bottom:.5rem}.contact-method a{color:#cbd5e0;text-decoration:none;transition:color .2s}.contact-method a:hover{color:#5dd3d3}.contact-note{color:#cbd5e0;font-size:.95rem}.availability{text-align:center;padding:2.5rem;background:#1a202c80;border:1px solid rgba(93,211,211,.15);border-radius:12px;margin-bottom:4rem}.availability h3{font-size:1.5rem;color:#5dd3d3;margin-bottom:1rem}.availability p{color:#cbd5e0;line-height:1.6;max-width:600px;margin:0 auto}.footer{border-top:1px solid rgba(93,211,211,.1);padding:2rem;text-align:center;color:#718096;margin-top:2rem}.footer-content{display:flex;align-items:center;justify-content:center;gap:1rem}.footer-logo{width:32px;height:32px;color:#5dd3d3;flex-shrink:0}.footer-content p{margin:0}@media(max-width:768px){.contact{padding:4rem 1.5rem 0}.contact-methods{grid-template-columns:1fr;gap:1.5rem}.contact-method{padding:1.5rem}.availability{padding:2rem}}@media(max-width:480px){.contact{padding:3rem 1rem 0}.contact-intro{font-size:1.1rem}.contact-icon{font-size:2.5rem}.availability{padding:1.5rem}.availability h3{font-size:1.25rem}.footer-content{flex-direction:column;gap:.5rem}.footer-logo{width:28px;height:28px}.footer-content p{font-size:.875rem}}
