@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap);body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header-container{-webkit-backdrop-filter:saturate(150%) blur(0);backdrop-filter:saturate(150%) blur(0);background:var(--bg);border-bottom:1px solid var(--border);left:0;position:fixed;right:0;top:0;transition:border-color .25s ease,-webkit-backdrop-filter .25s ease;transition:backdrop-filter .25s ease,border-color .25s ease;transition:backdrop-filter .25s ease,border-color .25s ease,-webkit-backdrop-filter .25s ease;z-index:100}.header-shrink{-webkit-backdrop-filter:saturate(150%) blur(6px);backdrop-filter:saturate(150%) blur(6px);border-color:#0000000f}.nav-wrap{grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:auto 1fr auto;padding:.9rem 5vw}.brand{font-size:1.15rem;font-weight:800;letter-spacing:-.02em}.brand .dot{color:var(--muted)}.nav-desktop{display:flex;gap:1rem;justify-content:center}.nav-link{border-radius:10px;color:var(--muted);font-weight:600;padding:.4rem .6rem;transition:color .2s ease,background .2s ease}.nav-link:hover{background:var(--card);color:var(--text)}.right-controls{align-items:center;display:flex;gap:.75rem;justify-content:flex-end}.hamburger{background:#0000;border:1px solid var(--border);border-radius:10px;cursor:pointer;display:none;height:34px;width:38px}.hamburger span{background:var(--text);display:block;height:2px;margin:5px 0;transition:transform .2s ease}.nav-mobile{display:none}@media (max-width:900px){.nav-desktop{display:none}.hamburger{display:block}.nav-mobile{grid-gap:.25rem;background:var(--bg);border-bottom:1px solid var(--border);display:grid;gap:.25rem;padding:.5rem 5vw 1rem}.nav-mobile .nav-link{padding:.6rem}}.switch{flex-shrink:0}.header-container+.content{margin-top:72px}@media (max-width:900px){.header-container+.content{margin-top:88px}}.hero{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1.15fr 1fr;min-height:calc(100vh - 300px);padding:clamp(2rem,6vw,5rem) 5vw}.hero-left{grid-gap:clamp(.6rem,1.2vw,1rem);align-content:center;display:grid;gap:clamp(.6rem,1.2vw,1rem)}.hero-name{font-size:clamp(2.2rem,5vw,4rem);font-weight:800;letter-spacing:-.02em;line-height:1.2;margin:0 0 .25rem}.hero-about{color:var(--muted);font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.7;margin-bottom:30px;max-width:60ch}.hero-contacts{display:flex;flex-wrap:wrap;gap:.6rem}.cta{font-weight:600;padding:.75rem 1rem;transition:transform .2s ease,background .2s ease,border-color .2s ease}.cta:hover{border-color:var(--text);transform:translateY(-2px)}.hero-right{display:grid;place-items:center}.portrait-wrap{isolation:isolate;max-width:520px;position:relative;width:100%}.portrait{filter:drop-shadow(0 14px 40px rgba(0,0,0,.15));height:auto;object-fit:contain;width:100%}.portrait-ring{border-radius:32px;inset:-8%;position:absolute;z-index:-1}.hero-subtle{color:var(--muted);font-size:.9rem;margin:.25rem 0 0}@media (max-width:1024px){.hero{gap:2.5rem}}.section{padding:4rem 5vw}@media (max-width:900px){.hero{grid-template-columns:1fr}.hero-right{order:-1}.hero-left{order:0}.portrait-wrap{margin:0 auto;max-width:clamp(240px,60vw,420px)}.hero-left{justify-content:center;text-align:center}.hero-contacts{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center}}.about-section{padding:4rem 5vw}.about-card{background:var(--card);border:1px solid var(--border);border-radius:20px;margin:0 auto;max-width:900px;padding:clamp(1.25rem,3vw,2rem)}.section-title{font-size:clamp(1.6rem,3.2vw,2rem);font-weight:800;letter-spacing:-.01em;margin:0 0 .75rem}.about-text{color:var(--muted);line-height:1.8;margin:0 0 1.25rem}.about-grid{grid-gap:.75rem 1rem;display:grid;gap:.75rem 1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.about-grid .k{color:var(--muted);display:block;font-size:.8rem}.about-grid .v{font-weight:600}@media (max-width:700px){.about-grid{grid-template-columns:1fr}}.timeline-section{padding:4rem 5vw}.timeline{margin:1.25rem auto 0;max-width:900px;padding-left:1.25rem;position:relative}.timeline:before{background:var(--border);bottom:0;content:"";left:8px;position:absolute;top:0;width:2px}.timeline-item{margin:0 0 1.25rem;padding-left:1.25rem;position:relative}.timeline-item .dot{background:var(--text);border-radius:50%;height:10px;left:-2px;position:absolute;top:.35rem;width:10px}.timeline-item .content{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:.9rem 1rem}.timeline-item .period{color:var(--muted);font-size:.85rem;margin-bottom:.15rem}.timeline-item h4{margin:0 0 .25rem}.timeline-item p{color:var(--muted);margin:0}.prog-languages-container{padding:4rem 5vw}.prog-language-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.prog-language-card{grid-gap:.8rem;align-items:center;background:var(--card);border:1px solid var(--border);border-radius:16px;display:grid;gap:.8rem;grid-template-columns:54px 1fr;padding:.8rem}.prog-language-icon{filter:invert(0);height:42px;object-fit:contain;width:42px}body[data-theme=dark] .prog-language-icon{filter:brightness(0) invert(1)}.prog-language-meta h4{margin:0 0 .15rem}.prog-language-meta p{color:var(--muted);font-size:.95rem;margin:0}@media (max-width:900px){.prog-language-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.prog-language-grid{grid-template-columns:1fr}}.stats-container{border-radius:15px;padding:4rem;text-align:center}.stats-header{color:var(--title-color);font-weight:700;margin-bottom:3rem!important}.stats-grid{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.stat-card{background:var(--card);border:1px solid var(--border);border-radius:16px;box-shadow:0 8px 24px #0000000f;overflow:hidden;padding:0}.stat-media{width:100%}.stat-image{display:block;height:100%;object-fit:contain;width:100%}@media (max-width:640px){.stats-container{padding:3rem 3.5vw}.stat-card{margin:0 auto;width:min(680px,100%)}.stat-media{aspect-ratio:4/3}}.stat-card:hover{box-shadow:0 6px 25px #0000004d;transform:translateY(-5px)}@media (max-width:768px){.stats-grid{align-items:center;flex-direction:column}.stat-card{background:var(--card);border:1px solid var(--border);border-radius:16px;box-shadow:0 8px 24px #0000000f;overflow:hidden;padding:0}.stat-image{display:block;height:100%;object-fit:contain;width:100%}}.stat-media{align-items:center;aspect-ratio:16/9;display:flex;justify-content:center}body[data-theme=dark] .img--light,body[data-theme=light] .img--dark{display:none}.languages-container{padding:4rem 5vw}.spoken-language-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.spoken-language-card{grid-gap:.9rem;align-items:center;background:var(--card);border:1px solid var(--border);border-radius:16px;display:grid;gap:.9rem;grid-template-columns:56px 1fr;padding:.9rem}.flag-container{background:var(--bg);border:1px solid var(--border);border-radius:10px;height:42px;overflow:hidden;place-items:center;width:56px}.flag-container img{height:100%;object-fit:contain;width:100%}.spoken-language-label{margin:0 0 .15rem}.spoken-language-desc{color:var(--muted);margin:0}@media (max-width:720px){.spoken-language-grid{grid-template-columns:1fr}}.projects-section{padding:4rem 5vw}.projects-block{margin-bottom:2.5rem}.projects-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.project-card{background:var(--card);border:1px solid var(--border);border-radius:18px;cursor:pointer;padding:1rem;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.project-card:hover{border-color:var(--text);box-shadow:0 10px 30px #0000000f;transform:translateY(-2px)}.project-card h4{font-size:1.05rem;margin:0 0 .35rem}.project-card p{color:var(--muted);margin:0}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.chip{background:var(--bg);border:1px solid var(--border);border-radius:999px;display:inline-block;font-size:.8rem;font-weight:600;padding:.25rem .6rem}.chip--muted{border-color:var(--border);color:var(--muted)}.modal{align-items:center;background:#0006;display:flex;inset:0;justify-content:center;min-height:100vh;padding:1rem;position:fixed;z-index:1000}@supports (height:100dvh){.modal{min-height:100dvh}}.modal-body{background:var(--bg);border:1px solid var(--border);border-radius:18px;color:var(--text);max-height:90vh;overflow:auto;padding:1.2rem;width:min(640px,96vw)}.modal-title{margin:0 0 .5rem}.modal-desc{color:var(--muted);margin:0 0 1rem}.modal-actions{display:flex;flex-wrap:wrap;gap:.5rem}.cta{align-items:center;background:#0000;border:1px solid var(--border);border-radius:999px;color:var(--text);cursor:pointer;display:inline-flex;font-weight:700;gap:.5rem;padding:.6rem .9rem}.cta.outline,.cta:hover{background:var(--card)}@media (max-width:1000px){.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.projects-grid{grid-template-columns:1fr}}footer{background:var(--bg);border-top:1px solid var(--border);margin-top:3rem;width:100%}.footer-inner{align-items:center;display:flex;gap:1rem;justify-content:space-between;padding:1rem 5vw}.footer-text{color:var(--muted);margin:0}.footer-links{display:flex;flex-wrap:wrap;gap:.8rem}.footer-links a{color:var(--muted);font-weight:600}.footer-links a:hover{color:var(--text)}@media (max-width:640px){.footer-inner{align-items:flex-start;flex-direction:column}}@font-face{font-family:Helvetica;font-style:normal;font-weight:400;src:url(/static/media/Helvetica.06113bf748ae7dc33e05.ttf) format("truetype")}@font-face{font-family:Helvetica;font-style:bold;font-weight:700;src:url(/static/media/Helvetica-Bold.ed57aca7292971d8548c.ttf) format("truetype")}body{box-sizing:border-box;font-family:Helvetica,sans-serif;line-height:1.6;overflow-x:hidden;padding:0}body[data-theme=dark]{background:#121212;color:#fff}body[data-theme=light]{background:#f9f9f9;color:#000}.app-container{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden}.content{flex:1 1;margin-top:60px}body[data-theme=light]{--footer-bg:#fff;--footer-text-color:#333}body[data-theme=dark]{--footer-bg:#1a1a1a;--footer-text-color:#ddd}h1,h2,h3,h4{font-family:Helvetica,sans-serif}section{padding:3rem 1.5rem;transition:all .3s ease-in-out}section:nth-of-type(2n){background:#ffffff0d}section:nth-of-type(odd){background:#0000000d}section:not(:last-of-type){border-bottom:1px solid #fff3}section>:not(:last-child){margin-bottom:2rem}header+section{margin-top:80px}:root{--bg:#fff;--text:#0a0a0a;--muted:#5a5a5a;--border:#e5e5e5;--card:#fafafa}body[data-theme=dark]{--bg:#0b0b0b;--text:#f5f5f5;--muted:#a3a3a3;--border:#242424;--card:#111}#root,body,html{height:100%}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;background:var(--bg);color:#0a0a0a;color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif;margin:0}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.switch{height:2.75rem;overflow:hidden;position:relative;top:6px;width:4rem}.switch input{left:0;opacity:0;position:absolute;top:0;z-index:2}.switch label{cursor:pointer}.background{background:linear-gradient(90deg,#484848 0,#202020);border:.125rem solid #202020;border-radius:1.25rem;height:2rem;position:absolute;transition:all .3s;width:3.75rem;z-index:1}.fill{background:#484848;bottom:1rem;left:0;position:fixed;right:0;top:0;transition:all .75s ease}.switch input:checked~.fill{background:#e9f8fd}.stars1,.stars2{background:#fff;border-radius:50%;height:.2rem;position:absolute;transition:all .3s ease;width:.2rem}.stars1{right:11.5px;top:3px}.stars2{right:24px;top:20px}.stars1:after,.stars1:before,.stars2:after,.stars2:before{background:#fff;border-radius:50%;content:"";display:block;height:.125rem;position:absolute;transition:all .2s ease;width:.125rem}.stars1:after{right:10px;top:4px}.stars1:before{right:-6px;top:9px}.stars2:after{right:-8px;top:-4px}.stars2:before{right:-13px;top:3px}.sun-moon{background:#fffdf2;border:.125rem solid #dee2c6;border-radius:50%;display:inline-block;height:1.5rem;left:0;margin:.25rem;position:absolute;transition:all .5s ease;width:1.5rem;z-index:2}.sun-moon .dots{height:.5rem;left:11.5px;top:1.5px;width:.5rem}.sun-moon .dots,.sun-moon .dots:after,.sun-moon .dots:before{background:#efeedb;border:.125rem solid #dee2c6;border-radius:50%;position:absolute;transition:all .4s ease}.sun-moon .dots:after,.sun-moon .dots:before{content:"";display:block;height:.125rem;width:.125rem}.sun-moon .dots:after{left:-13px;top:-2px}.sun-moon .dots:before{left:-5px;top:9px}.switch input:checked~.sun-moon{background:#f5ec59;border-color:#e7c65c;left:calc(100% - 2rem);transform:rotate(-25deg)}.switch input:checked~.sun-moon .dots,.switch input:checked~.sun-moon .dots:after,.switch input:checked~.sun-moon .dots:before{background:#fff;border-color:#fff}.switch input:checked~.sun-moon .dots{height:.75rem;left:-10px;top:0;transform:rotate(25deg);width:.75rem}.switch input:checked~.sun-moon .dots:after{height:.325rem;left:-6px;top:1px;width:.325rem}.switch input:checked~.sun-moon .dots:before{height:.2rem;left:7px;top:3px;width:.2rem}.switch input:checked~.background .stars1,.switch input:checked~.background .stars2{opacity:0;transform:translateY(1rem)}.switch input:checked~.background{background:linear-gradient(90deg,#78c1d5 0,#bbe7f5);border:.125rem solid #78c1d5}
/*# sourceMappingURL=main.4582ca04.css.map*/