@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8a480f0b521d4e75-s.8e0177b5.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/7178b3e590c64307-s.b97b3418.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/caa3a2e1cccd8315-s.p.853070df.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Fallback;src:local(Arial);ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.0%;size-adjust:104.76%}.geist_a71539c9-module__T19VSG__className{font-family:Geist,Geist Fallback;font-style:normal}.geist_a71539c9-module__T19VSG__variable{--font-geist-sans:"Geist","Geist Fallback"}
@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/4fa387ec64143e14-s.c1fdd6c2.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/bbc41e54d2fcbd21-s.799d8ef8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/797e433ab948586e-s.p.dbea232f.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Mono Fallback;src:local(Arial);ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.0%;size-adjust:134.59%}.geist_mono_8d43a2aa-module__8Li5zG__className{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.geist_mono_8d43a2aa-module__8Li5zG__variable{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}
:root{--bg-primary:#0f172a;--bg-secondary:#1e293b;--text-primary:#f8fafc;--text-secondary:#94a3b8;--accent:#38bdf8;--accent-hover:#0ea5e9;--card-bg:#1e293bb3;--border-color:#334155}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-primary);color:var(--text-primary);scroll-behavior:smooth;font-family:Inter,sans-serif}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid var(--border-color);background:#0f172ae6;width:100%;padding:1rem 0;position:fixed;top:0}.nav-content{justify-content:space-between;align-items:center;display:flex}.logo{color:var(--accent);font-size:1.5rem;font-weight:700}.nav-right,.nav-links{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--text-secondary);cursor:pointer;font-weight:500;transition:color .3s}.nav-link:hover{color:var(--text-primary)}.lang-toggle:hover{background:var(--accent);border-color:var(--accent)}.header-actions{align-items:center;gap:1rem;display:flex}.lang-toggle{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;border-radius:20px;justify-content:center;align-items:center;min-width:45px;height:32px;padding:0 .8rem;font-size:.85rem;font-weight:600;line-height:1;transition:all .3s;display:inline-flex}.mobile-menu-toggle{cursor:pointer;z-index:1100;background:0 0;border:none;justify-content:center;align-items:center;height:32px;display:none}.hamburger{flex-direction:column;justify-content:space-between;width:24px;height:20px;display:flex;position:relative}.hamburger span{background-color:var(--text-primary);border-radius:2px;width:100%;height:2px;transition:all .3s ease-in-out;display:block}.hamburger.open span:first-child{transform:translateY(9px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-9px)rotate(-45deg)}.hero{align-items:center;min-height:100vh;padding-top:80px;display:flex}.hero-content{align-items:center;gap:4rem;width:100%;display:flex}.hero-text{flex:1}.hero-image{flex:1;justify-content:center;display:flex}.profile-img{object-fit:cover;border:4px solid var(--accent);border-radius:50%;width:350px;height:350px;transition:transform .3s;box-shadow:0 0 30px #38bdf84d}.profile-img:hover{transform:scale(1.05)}.greeting{color:var(--accent);margin-bottom:1rem;font-size:1.2rem;font-weight:600;display:block}.title{margin-bottom:1rem;font-size:4rem;font-weight:700;line-height:1.1}.subtitle{color:var(--text-secondary);margin-bottom:.5rem;font-size:1.5rem}.location{color:var(--accent);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:1.1rem;font-weight:500;display:flex}.description{color:var(--text-secondary);max-width:600px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.btn-primary{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:30px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:inline-block;box-shadow:0 4px 15px #38bdf866}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 6px 20px #38bdf899}.hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.btn-secondary{color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;background:0 0;border-radius:30px;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:1.1rem;font-weight:500;transition:all .3s;display:inline-flex}.btn-secondary:hover{border-color:var(--accent);color:var(--accent);background:#38bdf81a}.icon-link{border:1px solid var(--border-color);width:50px;height:50px;color:var(--text-primary);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:inline-flex}.icon-link:hover{border-color:var(--accent);color:var(--accent);background:#38bdf81a;transform:translateY(-2px)}.section{padding:6rem 2rem}.section-title{text-align:center;margin-bottom:4rem;font-size:2.5rem;position:relative}.section-title:after{content:"";background:var(--accent);border-radius:2px;width:60px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.skills-grid{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.skills-tabs{max-width:1000px;margin:0 auto}.tabs-header{flex-wrap:wrap;justify-content:center;gap:.8rem;margin-bottom:3rem;display:flex}.tab-btn{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;border-radius:30px;padding:.7rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s}.tab-btn.active{background:var(--accent);color:#fff;border-color:var(--accent);box-shadow:0 4px 15px #38bdf84d}.tab-btn:hover:not(.active){border-color:var(--accent);color:var(--text-primary)}.skill-card{background:var(--card-bg);border:1px solid var(--border-color);text-align:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);white-space:nowrap;border-radius:12px;padding:1rem 1.5rem;font-weight:500;transition:all .3s}.skill-card:hover{border-color:var(--accent);transform:translateY(-3px);box-shadow:0 5px 15px #0003}.experience-list{flex-direction:column;gap:2rem;max-width:800px;margin:0 auto;display:flex}.exp-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;padding:2rem;transition:all .3s;position:relative}.exp-card:hover{border-color:var(--accent);transform:translate(10px)}.exp-role{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.exp-company{color:var(--accent);margin-bottom:1rem;font-size:1.1rem;font-weight:600}.exp-date{color:var(--text-secondary);font-size:.9rem;position:absolute;top:2rem;right:2rem}.exp-desc{color:var(--text-secondary);line-height:1.6}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;max-width:1000px;margin:0 auto;display:grid}.project-card{background:var(--card-bg);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:16px;justify-content:space-between;align-items:flex-start;padding:2rem;transition:all .3s;display:flex}.project-card:hover{border-color:var(--accent);transform:translateY(-5px);box-shadow:0 10px 20px #0003}.project-content{flex-direction:column;gap:.8rem;display:flex}.project-name{color:var(--text-primary);font-size:1.3rem;font-weight:700;line-height:1.3}.project-url{color:var(--accent);text-underline-offset:3px;font-size:.9rem;text-decoration:underline}.project-techs{flex-wrap:wrap;gap:.8rem;margin-top:.5rem;display:flex}.tech-badge{color:var(--text-primary);background:#38bdf81a;border:1px solid #38bdf84d;border-radius:20px;padding:.3rem .8rem;font-size:.8rem;font-weight:600}.project-link-icon{color:var(--text-secondary);transition:all .3s}.project-card:hover .project-link-icon{color:var(--accent);transform:scale(1.1)translate(2px,-2px)}footer{text-align:center;border-top:1px solid var(--border-color);color:var(--text-secondary);margin-top:4rem;padding:2rem 0}@media (max-width:768px){.hero-content{text-align:center;flex-direction:column-reverse;gap:2rem}.description{margin:0 auto 2.5rem}.location{justify-content:center}.hero-actions{flex-direction:column;width:100%}.btn-primary,.btn-secondary{justify-content:center;width:100%}.nav-right{gap:.5rem}.nav-links{background:var(--bg-primary);z-index:1050;flex-direction:column;justify-content:center;gap:2.5rem;width:80%;height:100vh;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-100%;box-shadow:-10px 0 30px #00000080}.nav-links.open{right:0}.nav-link{text-align:center;width:100%;font-size:1.5rem}.mobile-menu-toggle{display:flex}.title{font-size:3rem}.profile-img{width:250px;height:250px}.exp-date{margin-bottom:1rem;display:block;position:static}.exp-card:hover{transform:none}.section{padding:4rem 1.5rem}.tabs-header{flex-direction:column;gap:.8rem;width:100%;margin-bottom:2rem;display:flex}.tab-btn{text-align:center;width:100%;padding:1rem;font-size:1rem}.skill-card{white-space:normal;width:100%}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-card{padding:1.5rem}}
