:root{--bg:#fff;--muted:#6b7280;--accent:#0ea5a4;--text:#0f172a;--card:#f8fafc}*{box-sizing:border-box}#root,body,html{height:100%}body{-webkit-font-smoothing:antialiased;background:#fff;background:var(--bg);color:#0f172a;color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;margin:0}.container{margin:0 auto;max-width:1000px;padding:32px}.site-header{background:linear-gradient(180deg,#fff,#fbfdfe);border-bottom:1px solid #eef2f7}.header-inner{align-items:center;display:flex;justify-content:space-between}.logo{font-size:20px;margin:0}nav a{color:#6b7280;color:var(--muted);margin-left:18px;text-decoration:none}nav a.cta{background:#00bf63;border-radius:8px;color:#fff;padding:8px 12px}.hero{padding:48px 16px}.hero,.hero-inner{align-items:center;display:flex}.hero-inner{gap:40px}.hero-text{flex:1 1}.lead{color:#6b7280;color:var(--muted);font-size:18px}.hero-photo img{border:6px solid #fff;border-radius:16px;box-shadow:0 10px 30px #02061714;height:250px;object-fit:cover;width:220px}.hero-actions{margin-top:18px}.btn{background:#00bf63;border-radius:8px;color:#fff;display:inline-block;padding:10px 14px;text-decoration:none}.btn.ghost{background:#0000;border:1px solid #00bf63;color:#00bf63;margin-left:10px}h3{margin-top:44px}.skill-list{column-gap:2rem;display:flex;flex-wrap:wrap;row-gap:5rem;text-align:center}.skill-list li{background:#f8fafc;background:var(--card);border-radius:8px;color:#6b7280;color:var(--muted);padding:8px 12px}.experience .job{margin-bottom:18px}.project-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,minmax(220px,1fr))}.project-card{background:#f8fafc;background:var(--card);border-radius:10px;padding:18px}.project-flex{align-items:center;display:flex;gap:2rem}.image-container{background-color:#cbcecd;border-radius:8px;height:200px;overflow:hidden;padding:1rem;width:100%}.image-container img{height:100%;object-fit:cover;width:100%}.muted{color:#6b7280;color:var(--muted)}.small{font-size:13px}.contact-form{grid-gap:10px;display:grid;gap:10px;max-width:560px}.contact-form label{display:flex;flex-direction:column}.contact-form input,.contact-form textarea{border:1px solid #e6eef2;border-radius:8px;padding:8px}.site-footer{border-top:1px solid #eef2f7;margin-top:40px;padding:24px 0}.footer-inner{align-items:center;display:flex;justify-content:space-between}.socials a{color:#6b7280;color:var(--muted);margin-left:12px;text-decoration:none}@media (max-width:800px){.hero-inner{flex-direction:column-reverse;text-align:center}.hero-photo img{height:180px;width:180px}nav{display:none}.container{padding:20px}.project-grid{grid-template-columns:repeat(1,minmax(220px,1fr))}}main>section{animation:fadeInUp .6s ease forwards;opacity:0;transform:translateY(8px)}main>section:first-child{animation-delay:.05s}main>section:nth-child(2){animation-delay:.12s}main>section:nth-child(3){animation-delay:.18s}main>section:nth-child(4){animation-delay:.24s}main>section:nth-child(5){animation-delay:.3s}@keyframes fadeInUp{to{opacity:1;transform:none}}
/*# sourceMappingURL=main.26fd420d.css.map*/