:root{--bg:#080810;--bg-surface:#0e0e1a;--bg-surface-2:#16162a;--txt:#f0f2f8;--txt-2:#8892a8;--txt-3:#4e5a72;--accent:#3b82f6;--accent-hi:#60a5fa;--accent-dim:#3b82f61f;--border:#ffffff12;--border-hi:#3b82f647;--font:"Geist", "Inter", system-ui, sans-serif;--mono:"Geist Mono", "JetBrains Mono", monospace;--radius:10px}[data-theme=light]{--bg:#f8f8fc;--bg-surface:#fff;--bg-surface-2:#f0f0f8;--txt:#0c0e1a;--txt-2:#4a5470;--txt-3:#8892a8;--accent:#2563eb;--accent-hi:#3b82f6;--accent-dim:#2563eb17;--border:#00000012;--border-hi:#2563eb4d}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:68px;font-size:16px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}body{background:var(--bg);color:var(--txt);font-family:var(--font);-webkit-font-smoothing:antialiased;line-height:1.7;overflow-x:hidden}body:before{content:"";opacity:.028;pointer-events:none;z-index:9000;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");position:fixed;inset:0}[data-theme=light] body:before{opacity:.045}h1,h2,h3,h4{font-family:var(--font);letter-spacing:-.025em;color:var(--txt);font-weight:700;line-height:1.15}h1{font-size:clamp(3rem,8vw,5.5rem);font-weight:800}h2{font-size:clamp(2rem,4.5vw,2.75rem)}h3{font-size:1.125rem}p{color:var(--txt-2)}a{color:var(--accent);text-decoration:none;transition:color .18s}a:hover{color:var(--accent-hi)}a:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:3px}.container{max-width:1100px;margin:0 auto;padding:0 clamp(1.25rem,5vw,3.5rem)}section{padding:clamp(4rem,10vw,6rem) 0}.section-eyebrow{font-family:var(--mono);letter-spacing:.18em;text-transform:uppercase;color:var(--accent);align-items:center;gap:.6rem;margin-bottom:.875rem;font-size:.72rem;font-weight:500;display:flex}.section-eyebrow:before{content:"";background:var(--accent);flex-shrink:0;width:1.5rem;height:1px}.divider{background:var(--border);height:1px}.btn{font-size:.875rem;font-weight:500;font-family:var(--font);cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:7px;align-items:center;gap:.375rem;padding:.6rem 1.25rem;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn-primary:hover{background:var(--accent-hi);border-color:var(--accent-hi);color:#fff;transform:translateY(-1px);box-shadow:0 4px 16px #3b82f659}.btn-ghost{color:var(--txt-2);border-color:var(--border);background:0 0}.btn-ghost:hover{color:var(--txt);border-color:var(--txt-3);background:var(--bg-surface-2)}.tags{flex-wrap:wrap;gap:.35rem;margin-top:.875rem;display:flex}.tag{font-family:var(--mono);background:var(--bg-surface-2);border:1px solid var(--border);color:var(--txt-3);letter-spacing:.01em;border-radius:4px;padding:.18rem .55rem;font-size:.68rem;font-weight:500;transition:color .18s,border-color .18s,background .18s}.r{opacity:0;transition:opacity .55s,transform .55s;transform:translateY(22px)}.r.in{opacity:1;transform:translateY(0)}.d1{transition-delay:80ms}.d2{transition-delay:.16s}.d3{transition-delay:.24s}.d4{transition-delay:.32s}.nav{z-index:8000;border-bottom:1px solid #0000;align-items:center;height:64px;transition:background .3s,border-color .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;display:flex;position:fixed;inset:0 0 auto}.nav.scrolled{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom-color:var(--border);background:#080810e0}[data-theme=light] .nav.scrolled{background:#f8f8fce0}.nav-inner{justify-content:space-between;align-items:center;width:100%;display:flex}.nav-brand{letter-spacing:-.01em;color:var(--txt);font-size:.9rem;font-weight:700}.nav-brand:hover{color:var(--accent-hi)}.nav-links{align-items:center;gap:1.75rem;list-style:none;display:flex}.nav-links a{color:var(--txt-2);padding-bottom:2px;font-size:.8125rem;font-weight:500;transition:color .18s;position:relative}.nav-links a:hover,.nav-links a.active{color:var(--txt)}.nav-links a.active:after{content:"";background:var(--accent);border-radius:2px;height:2px;position:absolute;bottom:-4px;left:0;right:0}.nav-right{align-items:center;gap:.6rem;display:flex}.theme-btn{border:1px solid var(--border);width:34px;height:34px;color:var(--txt-3);cursor:pointer;background:0 0;border-radius:7px;justify-content:center;align-items:center;transition:all .2s;display:flex}.theme-btn:hover{color:var(--txt);border-color:var(--txt-3);background:var(--bg-surface-2)}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;padding:8px;display:none}.hamburger span{background:var(--txt);border-radius:2px;width:20px;height:2px;transition:all .3s;display:block}.mob-menu{background:var(--bg-surface);border-bottom:1px solid var(--border);z-index:7999;flex-direction:column;gap:.25rem;padding:1.25rem clamp(1.25rem,5vw,3.5rem);display:none;position:fixed;top:64px;left:0;right:0}.mob-menu.open{display:flex}.mob-menu a{color:var(--txt-2);border-bottom:1px solid var(--border);padding:.625rem 0;font-size:.9375rem;font-weight:500;text-decoration:none}.mob-menu a:last-child{border-bottom:none}.mob-menu a.active{color:var(--accent)}.page-wrap{min-height:100svh;padding-top:64px}@media (width<=1024px){.nav-links,.nav-resume{display:none}.hamburger{display:flex}}.stagger{opacity:0;animation:.55s forwards staggerUp;transform:translateY(22px)}@keyframes staggerUp{to{opacity:1;transform:translateY(0)}}.s1{animation-delay:80ms}.s2{animation-delay:.2s}.s3{animation-delay:.34s}.s4{animation-delay:.48s}.s5{animation-delay:.62s}.hero{align-items:center;min-height:100svh;padding-top:64px;display:flex;position:relative;overflow:hidden}.hero-orb{filter:blur(90px);pointer-events:none;border-radius:50%;position:absolute}.orb-1{background:radial-gradient(circle,#3b82f62e 0%,#0000 70%);width:650px;height:650px;animation:22s ease-in-out infinite drift1;top:-200px;right:-120px}.orb-2{background:radial-gradient(circle,#6366f124 0%,#0000 70%);width:420px;height:420px;animation:28s ease-in-out infinite drift2;bottom:-80px;left:-100px}@keyframes drift1{0%,to{transform:translate(0)scale(1)}33%{transform:translate(-25px,18px)scale(1.04)}66%{transform:translate(18px,-12px)scale(.97)}}@keyframes drift2{0%,to{transform:translate(0)}50%{transform:translate(22px,-28px)scale(1.06)}}[data-theme=light] .orb-1{opacity:.45}[data-theme=light] .orb-2{opacity:.35}.hero-grid{z-index:1;grid-template-columns:1fr 300px;align-items:center;gap:3.5rem;display:grid;position:relative}@media (width<=900px){.hero-grid{grid-template-columns:1fr;gap:2.5rem}.hero-right{justify-content:center;display:flex}}.hero-badge{font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;color:var(--txt-3);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.7rem;display:inline-flex}.hero-badge:before{content:"";background:#22c55e;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:.4}}.hero-name{letter-spacing:-.035em;color:var(--txt);margin-bottom:1.25rem;font-size:clamp(3.25rem,7vw,5rem);font-weight:800;line-height:1}.hero-tagline{color:var(--txt-2);max-width:48ch;margin-bottom:2.25rem;font-size:clamp(1rem,1.8vw,1.125rem);line-height:1.7}.hero-tagline strong{color:var(--txt);font-weight:600}.hero-ctas{flex-wrap:wrap;gap:.75rem;margin-bottom:3rem;display:flex}.hero-ctas .btn{padding:.65rem 1.4rem;font-size:.9375rem}.hero-stats{flex-wrap:wrap;align-items:center;gap:1.75rem;display:flex}.stat-val{letter-spacing:-.03em;color:var(--txt);font-size:1.75rem;font-weight:700}.stat-lbl{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--txt-3);margin-top:.125rem;font-size:.65rem}.stat-divider{background:var(--border);width:1px;height:36px}.profile-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:14px;width:100%;max-width:300px;padding:1.5rem}.pc-top{border-bottom:1px solid var(--border);flex-direction:column;align-items:center;gap:.75rem;margin-bottom:1.125rem;padding-bottom:1.125rem;display:flex}.pc-avatar-ring{background:conic-gradient(var(--accent) 0deg, var(--accent-hi) 120deg, var(--accent-dim) 200deg, var(--accent) 360deg);border-radius:50%;flex-shrink:0;width:180px;height:180px;padding:3px}.pc-avatar-img{object-fit:cover;object-position:center 20%;border:3px solid var(--bg-surface);border-radius:50%;width:100%;height:100%;display:block}.pc-avatar-inner{background:var(--bg-surface-2);border:3px solid var(--bg-surface);width:100%;height:100%;font-family:var(--mono);color:var(--txt);border-radius:50%;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex}.pc-name{text-align:center}.pc-name h3{color:var(--txt);letter-spacing:-.01em;font-size:.9375rem;font-weight:700}.pc-name span{color:var(--accent);font-size:.75rem;font-weight:500}.pc-row{margin-bottom:.875rem}.pc-row:last-of-type{margin-bottom:0}.pc-label{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--txt-3);margin-bottom:.3rem;font-size:.62rem}.pc-status-dot{color:#22c55e;align-items:center;gap:.4rem;font-size:.8125rem;font-weight:500;display:inline-flex}.pc-status-dot:before{content:"";background:#22c55e;border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2s ease-in-out infinite blink}.pc-tags{flex-wrap:wrap;gap:.3rem;display:flex}.pc-tag{font-family:var(--mono);background:var(--bg-surface-2);border:1px solid var(--border-hi);color:var(--accent-hi);border-radius:4px;padding:.18rem .5rem;font-size:.65rem;transition:background .18s}.pc-tag:hover{background:var(--accent-dim)}.pc-value{color:var(--txt-2);font-size:.8125rem}.pc-social{border-top:1px solid var(--border);gap:.5rem;margin-top:1rem;padding-top:1rem;display:flex}.social-btn{border:1px solid var(--border);height:32px;color:var(--txt-3);background:0 0;border-radius:6px;flex:1;justify-content:center;align-items:center;text-decoration:none;transition:all .18s;display:flex}.social-btn:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-dim)}.about-grid{grid-template-columns:1fr 300px;align-items:start;gap:4rem;display:grid}@media (width<=767px){.about-grid{grid-template-columns:1fr;gap:2rem}}.about-text p{margin-bottom:1.1rem;font-size:1.0313rem;line-height:1.8}.about-text p:last-child{margin-bottom:0}.about-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.375rem;position:sticky;top:80px}.about-row{border-bottom:1px solid var(--border);padding:.7rem 0}.about-row:last-child{border-bottom:none;padding-bottom:0}.row-lbl{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--txt-3);margin-bottom:.2rem;font-size:.65rem}.row-val{color:var(--txt);font-size:.875rem;font-weight:500}.avail-dot{color:#22c55e;align-items:center;gap:.4rem;font-size:.8125rem;font-weight:500;display:inline-flex}.avail-dot:before{content:"";background:#22c55e;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite blink}.timeline{padding-left:2rem;position:relative}.timeline:before{content:"";background:var(--border-hi);border-radius:2px;width:2px;position:absolute;top:14px;bottom:0;left:0}.tl-item{padding-bottom:3rem;position:relative}.tl-item:last-child{padding-bottom:0}.tl-dot{background:var(--accent);border:2px solid var(--bg);width:13px;height:13px;box-shadow:0 0 0 3px var(--accent), 0 0 12px #3b82f680;border-radius:50%;animation:2.5s ease-in-out infinite tl-pulse;position:absolute;top:5px;left:-2.3rem}@keyframes tl-pulse{0%,to{box-shadow:0 0 0 3px var(--accent), 0 0 12px #3b82f680}50%{box-shadow:0 0 0 3px var(--accent), 0 0 20px #3b82f6cc}}.tl-dot.inactive{background:var(--bg-surface-2);border-color:var(--bg);box-shadow:0 0 0 2px var(--txt-3);animation:none}.tl-role{color:var(--txt);margin-bottom:.3rem;font-size:1.0625rem;font-weight:600}.tl-meta{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.875rem;display:flex}.tl-company{color:var(--accent);font-size:.8125rem;font-weight:500}.tl-dates{font-family:var(--mono);color:#22c55e;font-size:.7rem}.tl-bullets{flex-direction:column;gap:.5rem;list-style:none;display:flex}.tl-bullets li{color:var(--txt-2);padding-left:1.1rem;font-size:.9125rem;line-height:1.65;position:relative}.tl-bullets li:before{content:"—";color:var(--accent);font-weight:600;position:absolute;left:0}.edu-divider{background:var(--border);height:1px;margin-top:3.5rem}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:1.125rem;display:grid}.proj-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;padding:1.375rem;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex}.proj-card:hover{border-color:var(--border-hi);box-shadow:0 0 0 1px var(--border-hi), 0 16px 36px #00000047, inset 0 1px 0 #3b82f614;transform:translateY(-5px)}.proj-card:hover .tag{color:var(--accent);border-color:var(--border-hi);background:var(--accent-dim)}.proj-top{justify-content:space-between;align-items:flex-start;margin-bottom:.875rem;display:flex}.proj-icon{background:var(--accent-dim);width:36px;height:36px;color:var(--accent);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.proj-links{gap:.4rem;display:flex}.proj-link{border:1px solid var(--border);width:30px;height:30px;color:var(--txt-3);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;transition:all .18s;display:flex}.proj-link:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-dim)}.proj-title{color:var(--txt);margin-bottom:.375rem;font-size:1rem;font-weight:600}.proj-desc{color:var(--txt-2);flex:1;font-size:.8375rem;line-height:1.65}.skills-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:1.25rem;display:grid}.skill-group{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.125rem}.skill-grp-title{font-family:var(--mono);letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:.875rem;font-size:.67rem;font-weight:600}.skill-pills{flex-wrap:wrap;gap:.35rem;display:flex}.skill-pill{color:var(--txt-2);background:var(--bg-surface-2);border:1px solid var(--border);border-radius:100px;padding:.28rem .7rem;font-size:.8rem;font-weight:500;transition:all .18s}.skill-pill:hover{color:var(--txt);border-color:var(--border-hi);background:var(--accent-dim)}.certs-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;display:grid}.cert-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);align-items:flex-start;gap:1rem;padding:1.25rem;transition:border-color .2s,transform .2s;display:flex}.cert-card:hover{border-color:var(--border-hi);transform:translateY(-3px)}.cert-badge-img{object-fit:contain;border-radius:6px;flex-shrink:0;width:52px;height:52px}.cert-badge-emoji{background:var(--bg-surface-2);border:1px solid var(--border);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.625rem;display:flex}.cert-body{flex:1;min-width:0}.cert-issuer{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:.4rem;font-size:.67rem}.cert-name{color:var(--txt);margin-bottom:.35rem;font-size:.9125rem;font-weight:600;line-height:1.4}.cert-date{font-family:var(--mono);color:var(--txt-3);margin-bottom:.7rem;font-size:.7rem}.cert-link{color:var(--accent);align-items:center;gap:.25rem;font-size:.775rem;font-weight:500;display:inline-flex}.cert-link:hover{color:var(--accent-hi)}.talks-list{flex-direction:column;gap:1rem;display:flex}.talk-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);align-items:flex-start;gap:1.25rem;padding:1.5rem;transition:border-color .2s;display:flex}.talk-card:hover{border-color:var(--border-hi)}.talk-icon{background:var(--accent-dim);width:40px;min-width:40px;height:40px;color:var(--accent);border-radius:8px;justify-content:center;align-items:center;display:flex}.talk-title{color:var(--txt);margin-bottom:.25rem;font-size:1rem;font-weight:600}.talk-meta{font-family:var(--mono);color:var(--txt-3);letter-spacing:.06em;margin-bottom:.45rem;font-size:.68rem}.talk-desc{color:var(--txt-2);font-size:.875rem;line-height:1.65}.contact-eyebrow{font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;color:var(--txt-3);justify-content:center;align-items:center;gap:.625rem;margin-bottom:1.25rem;font-size:.65rem;display:flex}.contact-eyebrow:before{content:"";background:linear-gradient(90deg, transparent, var(--accent));flex:0 0 1.5rem;height:1px}.contact-eyebrow:after{content:"";background:linear-gradient(90deg, var(--accent), transparent);flex:0 0 1.5rem;height:1px}.contact-email-btn{background:var(--accent);color:#fff;letter-spacing:-.01em;word-break:break-all;border-radius:10px;align-items:center;gap:.625rem;margin-bottom:2rem;padding:.8rem 2rem;font-size:.9375rem;font-weight:700;text-decoration:none;transition:background .18s,transform .18s,box-shadow .18s;display:inline-flex;box-shadow:0 4px 24px #3b82f64d}.contact-email-btn:hover{color:#fff;background:#2563eb;transform:translateY(-2px);box-shadow:0 8px 32px #3b82f673}.contact-divider{align-items:center;gap:.875rem;width:100%;max-width:320px;margin:0 auto 1.5rem;display:flex}.contact-divider-line{background:var(--border);flex:1;height:1px}.contact-divider-text{letter-spacing:.1em;text-transform:uppercase;color:var(--txt-3);white-space:nowrap;font-size:.6rem}.contact-social-row{justify-content:center;align-items:center;gap:2rem;display:flex}.contact-social-sep{background:var(--txt-3);border-radius:50%;width:3px;height:3px}.contact-social-link{color:var(--txt-2);align-items:center;gap:.45rem;font-size:.8125rem;text-decoration:none;transition:color .18s;display:flex}.contact-social-link:hover{color:var(--txt)}.avatar-wrap{border-bottom:1px solid var(--border);justify-content:center;margin-bottom:1rem;padding-bottom:1.25rem;display:flex}.avatar-ring{background:conic-gradient(var(--accent) 0deg, var(--accent-hi) 120deg, var(--accent-dim) 200deg, var(--accent) 360deg);border-radius:50%;flex-shrink:0;width:140px;height:140px;padding:3px}.avatar-img{object-fit:cover;object-position:center 20%;border:3px solid var(--bg-surface);border-radius:50%;width:100%;height:100%;display:block}.avatar-placeholder{background:var(--bg-surface-2);border:3px solid var(--bg-surface);cursor:pointer;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:.2rem;width:100%;height:100%;transition:background .2s;display:flex;position:relative;overflow:hidden}.avatar-placeholder:hover{background:var(--bg)}.avatar-initials{font-family:var(--mono);letter-spacing:.06em;color:var(--accent);font-size:1.25rem;font-weight:700;line-height:1}.avatar-hint{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--txt-3);align-items:center;gap:.25rem;font-size:.5rem;line-height:1;display:flex}.gh-highlights{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.gh-highlight-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.5rem;padding:1.25rem;transition:border-color .2s,transform .2s;display:flex}.gh-highlight-card:hover{border-color:var(--border-hi);transform:translateY(-3px)}.gh-highlight-icon{color:var(--accent)}.gh-highlight-val{letter-spacing:-.04em;color:var(--txt);min-height:2rem;font-size:2rem;font-weight:800;line-height:1}.gh-skeleton{background:linear-gradient(90deg, var(--bg-surface-2) 25%, var(--bg-surface) 50%, var(--bg-surface-2) 75%);vertical-align:middle;background-size:200% 100%;border-radius:4px;width:3.5rem;height:1.75rem;animation:1.4s ease-in-out infinite shimmer;display:inline-block}@keyframes shimmer{to{background-position:-200% 0}}.gh-error{color:var(--txt-3);font-size:.8rem}.gh-highlight-lbl{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--txt-3);font-size:.65rem}.gh-cards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;margin-bottom:1.25rem;display:grid}.gh-card-wrap{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;transition:border-color .2s}.gh-card-wrap:hover{border-color:var(--border-hi)}.gh-card-label{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.875rem;font-size:.65rem}.gh-stats-img{border-radius:6px;width:100%;height:auto;display:block}.gh-native-card{padding:.25rem 0}.gh-native-title{font-family:var(--mono);letter-spacing:.08em;color:var(--accent);align-items:center;gap:.45rem;margin-bottom:.875rem;font-size:.7rem;font-weight:600;display:flex}.gh-native-row{border-bottom:1px solid var(--border);align-items:center;gap:.6rem;padding:.45rem 0;font-size:.85rem;display:flex}.gh-native-row:last-child{border-bottom:none}.gh-native-row-icon{color:var(--txt-3);flex-shrink:0;display:flex}.gh-native-row-label{color:var(--txt-2);flex:1}.gh-native-row-val{color:var(--txt);font-variant-numeric:tabular-nums;font-weight:600}.gh-lang-bar{border-radius:4px;gap:2px;height:8px;margin-bottom:1rem;display:flex;overflow:hidden}.gh-lang-bar-seg{border-radius:2px;transition:opacity .2s}.gh-lang-bar-seg:hover{opacity:.75}.gh-lang-list{grid-template-columns:1fr 1fr;gap:.4rem .75rem;display:grid}.gh-lang-item{align-items:center;gap:.4rem;font-size:.8rem;display:flex}.gh-lang-dot{border-radius:50%;flex-shrink:0;width:9px;height:9px}.gh-lang-name{color:var(--txt-2);flex:1}.gh-lang-pct{color:var(--txt-3);font-family:var(--mono);font-size:.72rem}.gh-streak-wrap{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;transition:border-color .2s}.gh-streak-wrap:hover{border-color:var(--border-hi)}.gh-streak-img{border-radius:6px;width:100%;max-width:600px;height:auto;margin:0 auto;display:block}footer{border-top:1px solid var(--border);padding:2rem 0}footer p{font-family:var(--mono);color:var(--txt-3);text-align:center;max-width:100%;font-size:.725rem}@media (width<=1024px) and (width>=768px){.about-grid{grid-template-columns:1fr 260px;gap:2.5rem}.about-card{position:relative;top:auto}}@media (width<=767px){section{padding:3rem 0}.stat-divider{display:none}.hero-stats{gap:1.25rem}.profile-card{max-width:100%}}.spotlight-grid{grid-template-columns:repeat(3,1fr);grid-template-areas:"aiml aiml langs""backend cloud tools";gap:1.125rem;display:grid}.spotlight-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:14px;padding:1.375rem;transition:transform .25s,border-color .25s,box-shadow .25s}.spotlight-card:hover{border-color:var(--border-hi);box-shadow:0 0 0 1px var(--border-hi), 0 16px 36px #00000047;transform:translateY(-4px)}.spotlight-card.featured{background:linear-gradient(135deg, var(--bg-surface) 0%, #3b82f60a 100%);border-color:#3b82f633}.spotlight-card.featured:hover{box-shadow:0 0 0 1px var(--border-hi), 0 16px 48px #3b82f62e}.spotlight-card[data-area=aiml]{grid-area:aiml}.spotlight-card[data-area=langs]{grid-area:langs}.spotlight-card[data-area=backend]{grid-area:backend}.spotlight-card[data-area=cloud]{grid-area:cloud}.spotlight-card[data-area=tools]{grid-area:tools}.spotlight-hdr{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.spotlight-cat-icon{background:var(--accent-dim);border:1px solid var(--border-hi);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.125rem;display:flex}.spotlight-cat-meta{flex:1}.spotlight-cat-name{color:var(--txt);letter-spacing:-.01em;font-size:.875rem;font-weight:700;line-height:1.2}.spotlight-count{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--txt-3);margin-top:.15rem;font-size:.6rem}.spotlight-divider{background:var(--border);height:1px;margin-bottom:1rem}.spotlight-icons{grid-template-columns:repeat(auto-fill,minmax(64px,1fr));gap:.75rem;display:grid}.tech-icon{flex-direction:column;align-items:center;gap:.35rem;min-width:0;display:flex}.tech-icon img{object-fit:contain;border-radius:6px;width:36px;height:36px}.tech-icon-badge{width:36px;height:36px;font-family:var(--mono);color:#fff;letter-spacing:.01em;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:.6rem;font-weight:700;display:flex}.tech-icon-badge--emoji{font-size:1.25rem;line-height:1}.tech-icon-label{font-family:var(--mono);letter-spacing:.02em;color:var(--txt-3);text-align:center;word-break:break-word;max-width:64px;font-size:.58rem;line-height:1.3}.spotlight-card.featured .spotlight-icons{grid-template-columns:repeat(auto-fill,minmax(72px,1fr))}@media (width<=1024px){.spotlight-grid{grid-template-columns:1fr 1fr;grid-template-areas:none}.spotlight-card[data-area]{grid-area:unset}}@media (width<=767px){.spotlight-grid{grid-template-columns:1fr}}@media (width<=520px){.talk-card{flex-direction:column;gap:.75rem}.contact-email-btn{justify-content:center;width:100%;padding:.75rem 1.25rem;font-size:.8rem}.contact-social-row{flex-wrap:wrap;gap:1rem}.projects-grid,.certs-grid{grid-template-columns:1fr}.pc-avatar-ring{width:140px;height:140px}.hero-ctas .btn{padding:.55rem 1.15rem;font-size:.875rem}}
