@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";:root{font-family:Space Grotesk,system-ui,sans-serif;line-height:1.5;font-weight:400;color:var(--text);background-color:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg: #0b0f14;--bg-deep: #0f1621;--surface: #121826;--surface-strong: #161d2d;--text: #e6eaf2;--muted: #9aa4bf;--accent: #4cc9f0;--accent-strong: #4895ef;--accent-soft: rgba(76, 201, 240, .15);--stroke: rgba(255, 255, 255, .08);--shadow: 0 30px 60px rgba(0, 0, 0, .45)}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}#root{min-height:100vh}.page{position:relative;min-height:100vh;overflow:hidden;font-family:JetBrains Mono,monospace}.bg-grid{position:absolute;inset:0;background:radial-gradient(circle at 30% 10%,rgba(76,201,240,.08),transparent 40%),radial-gradient(circle at 80% 80%,rgba(72,149,239,.06),transparent 45%);pointer-events:none;opacity:1}.sidebar{position:fixed;top:0;left:0;z-index:10;height:100vh;width:240px;display:flex;flex-direction:column;gap:32px;padding:28px 22px;background:#0b0f14e6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-right:1px solid var(--stroke);font-family:Space Grotesk,system-ui,sans-serif}.brand{display:flex;gap:12px;align-items:center}.menu-toggle{display:none;margin-left:auto;border:1px solid var(--stroke);background:transparent;color:var(--text);border-radius:999px;padding:8px 14px;font-weight:600;cursor:pointer}.brand-mark{width:12px;height:28px;border-radius:999px;background:linear-gradient(180deg,var(--accent),var(--accent-strong))}.brand-name{margin:0;font-weight:700;letter-spacing:.02em}.brand-role{margin:0;font-size:.85rem;color:var(--muted)}.nav{display:flex;flex-direction:column;gap:14px;font-weight:500;color:var(--muted)}.sidebar-actions{display:grid;gap:12px}.lang-toggle{border:1px solid var(--stroke);background:transparent;color:var(--text);border-radius:999px;padding:8px 14px;font-weight:600;cursor:pointer}.lang-toggle:hover,.lang-toggle:focus-visible{border-color:var(--accent)}.sidebar .cta{font-family:Space Grotesk,system-ui,sans-serif}.nav a{position:relative;padding-bottom:4px}.nav a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--accent);transition:width .3s ease}.nav a:hover:after,.nav a:focus-visible:after{width:100%}.cta{display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;border-radius:999px;background:var(--accent);color:#fff;font-weight:600;border:1px solid transparent;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 12px 24px #0a4a7633}.cta:hover,.cta:focus-visible{transform:translateY(-1px);box-shadow:0 18px 30px #0a4a7640}.cta.ghost{background:transparent;color:var(--text);border-color:var(--stroke);box-shadow:none}main{padding:60px 64px 80px 304px;position:relative}.hero{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:48px;align-items:center;padding-top:40px}.eyebrow{font-size:.85rem;text-transform:uppercase;letter-spacing:.2em;color:var(--accent-strong);font-weight:600;margin-bottom:16px}.hero-copy h1{font-size:clamp(2.4rem,3vw + 1.6rem,3.6rem);margin:0 0 18px;line-height:1.08}.lead{font-size:1.05rem;color:var(--muted);max-width:520px}.code-title{font-family:JetBrains Mono,monospace;font-weight:600}.code-comment{font-family:JetBrains Mono,monospace;color:#9aa4bfbf}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0 36px}.hero-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px}.metric-card{padding:16px 18px;border-radius:16px;background:var(--surface-strong);border:1px solid var(--stroke);box-shadow:var(--shadow)}.metric-value{font-size:1.4rem;font-weight:700;margin:0}.metric-label{margin:4px 0 0;color:var(--muted);font-size:.9rem}.hero-visual{display:grid;gap:20px}.profile-card{background:transparent;border-radius:24px;padding:0;border:none;box-shadow:none;display:grid;grid-template-columns:auto 1fr;gap:20px;align-items:center;position:relative}.profile-card.stacked{grid-template-columns:1fr;justify-items:center;gap:18px;margin-left:auto;margin-top:-24px}.profile-photo{width:120px;height:120px;border-radius:50%;overflow:hidden;border:3px solid rgba(76,201,240,.35);background:radial-gradient(circle at 30% 20%,rgba(76,201,240,.3),transparent 60%),var(--surface);box-shadow:0 20px 40px #0006}.profile-photo img{width:100%;height:100%;object-fit:cover;object-position:center 50%}.profile-photo.lg{width:170px;height:170px;border-width:4px}.profile-photo.xl{width:220px;height:220px;border-width:4px;margin-bottom:-18px}.profile-info-box{background:linear-gradient(180deg,#121826e6,#161d2dfa);border:1px solid var(--stroke);border-radius:18px;padding:18px 20px;display:grid;gap:6px;min-height:120px}.code-card{font-family:JetBrains Mono,monospace;font-size:.95rem}.code-line{margin:0}.tok-keyword{color:#ffb86c}.tok-var{color:#8ab4f8}.tok-prop{color:#4cc9f0}.tok-string{color:#7ee787}.profile-info-box p{margin:0}.profile-name{font-weight:700;font-size:1.35rem}.profile-title,.profile-location{color:var(--muted)}.bg-streams{position:fixed;inset:0;pointer-events:none;z-index:0;opacity:.7}.bg-streams span{position:absolute;left:-30%;width:220px;height:10px;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(76,201,240,.6),transparent);animation:driftX 14s linear infinite;filter:blur(.2px)}.bg-streams span:nth-child(1){top:12%;animation-duration:16s;opacity:.4}.bg-streams span:nth-child(2){top:32%;width:280px;animation-duration:20s;animation-delay:-4s;opacity:.35}.bg-streams span:nth-child(3){top:52%;width:180px;animation-duration:13s;animation-delay:-2s;opacity:.5}.bg-streams span:nth-child(4){top:72%;width:240px;animation-duration:18s;animation-delay:-6s;opacity:.3}.bg-streams span:nth-child(5){top:88%;width:160px;animation-duration:15s;animation-delay:-1s;opacity:.45}.section{margin-top:96px}.section-heading{max-width:620px}.section-heading h2{margin:0 0 12px;font-size:clamp(1.8rem,1.2vw + 1.4rem,2.6rem)}.section-lead{margin:0;color:var(--muted)}.about-grid{margin-top:32px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.about-card{padding:20px;border-radius:18px;background:var(--surface-strong);border:1px solid var(--stroke)}.card-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:#4cc9f01f;color:var(--accent);margin-bottom:10px}.card-icon svg{width:18px;height:18px}.about-card h3{margin:0 0 10px}.about-card p{margin:0;color:var(--muted)}.skills-grid{margin-top:28px;display:flex;flex-wrap:wrap;gap:12px}.skill-toggle{margin-top:14px;border:1px solid var(--stroke);background:transparent;color:var(--text);border-radius:999px;padding:8px 14px;font-weight:600;cursor:pointer}.skill-toggle:hover,.skill-toggle:focus-visible{border-color:var(--accent)}.section-subtitle{margin:22px 0 12px;color:var(--muted);font-size:.95rem}.skill-pill{padding:10px 16px;border-radius:999px;background:var(--accent-soft);color:var(--accent-strong);font-weight:600;font-size:.9rem}.projects{position:relative}.project-track{margin-top:32px;display:grid;grid-auto-flow:column;grid-auto-columns:minmax(240px,320px);gap:18px;overflow-x:auto;padding-bottom:20px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.project-track::-webkit-scrollbar{height:8px}.project-track::-webkit-scrollbar-track{background:#0d1b2a14;border-radius:999px}.project-track::-webkit-scrollbar-thumb{background:#1c6ea499;border-radius:999px}.project-card{background:linear-gradient(180deg,var(--surface),var(--surface-strong));border-radius:20px;padding:20px;border:1px solid var(--stroke);display:grid;gap:12px;min-height:260px;position:relative;scroll-snap-align:center;transition:transform .4s ease,box-shadow .4s ease}.project-card:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(160deg,rgba(28,110,164,.15),transparent 60%);opacity:0;transition:opacity .4s ease;pointer-events:none}.project-card:hover,.project-card:focus-within{transform:translateY(-10px) scale(1.03);box-shadow:0 40px 80px #0009}.project-card:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.project-card:hover:before,.project-card:focus-within:before{opacity:1}.project-header{display:flex;gap:12px;align-items:center}.project-icon{width:40px;height:40px;border-radius:12px;background:var(--accent-soft);display:grid;place-items:center;color:var(--accent-strong)}.project-icon svg{width:24px;height:24px}.project-title{margin:0;font-weight:600}.project-type{margin:2px 0 0;color:var(--muted);font-size:.85rem}.project-tag{margin:0;font-family:JetBrains Mono,monospace;font-size:.8rem;color:var(--accent);opacity:.9}.project-details{margin:0;color:var(--muted);font-size:.95rem;line-height:1.6;max-height:0;overflow:hidden;opacity:0;transform:translateY(12px);transition:max-height .6s ease,opacity .6s ease,transform .6s ease;transition-delay:0s}.project-card:hover .project-details,.project-card:focus-within .project-details{max-height:160px;opacity:1;transform:translateY(0);transition-delay:0s}.project-card.in-view .project-details{max-height:160px;opacity:1;transform:translateY(0);transition-delay:0s}.project-link{margin-top:auto;font-weight:600;color:var(--accent-strong);display:inline-flex;align-items:center;gap:8px}.project-link-disabled{color:var(--muted);border:1px solid var(--stroke);border-radius:999px;padding:8px 12px;width:fit-content}.project-link svg{width:16px;height:16px}.scroll-hint{margin-top:12px;font-size:.9rem;color:var(--muted)}.contact{margin-bottom:80px}.contact-card{margin-top:28px;background:var(--surface-strong);border-radius:22px;padding:24px;border:1px solid var(--stroke);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:stretch}.contact-box{padding:14px 16px;border:1px solid var(--stroke);border-radius:14px;background:#0c121e73}.contact-title{margin:0 0 6px;font-weight:600;display:inline-flex;align-items:center;gap:8px}.contact-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:8px;background:#4cc9f01a;color:var(--accent)}.contact-icon svg{width:14px;height:14px}.contact-value{margin:0;color:var(--muted)}.contact-value a{color:inherit}.footer{padding:24px 64px 40px 304px;color:var(--muted);font-size:.9rem}.reveal{opacity:0;transform:translateY(24px);animation:fadeUp .8s ease forwards;animation-delay:var(--delay, 0s)}@keyframes driftX{0%{transform:translate(0)}to{transform:translate(160vw)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media(max-width:960px){.sidebar{position:static;width:100%;height:auto;flex-direction:row;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;padding:20px 24px;border-right:none;border-bottom:1px solid var(--stroke)}.brand{width:100%;justify-content:space-between}.menu-toggle{display:inline-flex}.nav{width:100%;display:none;flex-direction:column;gap:10px;padding:8px 2px 0}.sidebar.is-open .nav{display:flex}.sidebar-actions{width:100%;display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}main{padding:40px 24px 64px}.footer{padding:24px 24px 40px}.hero-actions{flex-direction:column;align-items:flex-start}.profile-card{grid-template-columns:1fr}.profile-info-box{width:100%}.contact-card{grid-template-columns:1fr}}@media(max-width:720px){.hero-metrics,.about-grid,.contact-card,.project-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(220px,84%);gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:12px}.metric-card,.about-card,.contact-box,.project-card{scroll-snap-align:start}}@media(prefers-reduced-motion:reduce){.project-card,.cta,.reveal,.bg-streams span{animation:none;transition:none}}.hero-copy h1,.section-heading h2,.about-card h3{letter-spacing:-.02em}
