:root{--bg:#fff;--bg-subtle:#f7f7f6;--bg-surface:#fbfbfa;--bg-raised:#fff;--bg-sunken:#eeeeec;--border:#e3e3df;--border-mid:#c9c9c3;--text-primary:#1a1a18;--text-secondary:#55554f;--text-muted:#8a8a82;--accent:#1f4ed9;--accent-strong:#16389c;--accent-contrast:#fff;--accent-dim:#1f4ed90f;--accent-line:#1f4ed933;--green:#0f7048;--green-dim:#0f704812;--green-line:#0f704838;--amber:#9a5b06;--amber-dim:#9a5b0612;--amber-line:#9a5b0638;--shadow-sm:0 1px 2px #1a1a180d;--shadow-md:0 2px 8px #1a1a180f;--font-body:"Inter",system-ui,-apple-system,"Segoe UI",sans-serif;--font-mono:ui-monospace,"SFMono-Regular","Cascadia Code",Menlo,monospace;--section-gap:6.5rem;--nav-h:68px;--radius-sm:4px;--radius:6px;--radius-lg:8px;--ease:cubic-bezier(0.4,0,0.2,1);color-scheme:light}[data-theme=dark]{--bg:#131312;--bg-subtle:#181817;--bg-surface:#1b1b1a;--bg-raised:#1f1f1e;--bg-sunken:#101010;--border:#302f2d;--border-mid:#46453f;--text-primary:#ededea;--text-secondary:#a8a8a0;--text-muted:#78776f;--accent:#7f9dfa;--accent-strong:#a3b8fc;--accent-contrast:#0d0d0c;--accent-dim:#7f9dfa1a;--accent-line:#7f9dfa42;--green:#4cb98a;--green-dim:#4cb98a1a;--green-line:#4cb98a42;--amber:#d9a03f;--amber-dim:#d9a03f1a;--amber-line:#d9a03f42;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 2px 10px #00000059;color-scheme:dark}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;scroll-padding-top:calc(68px + 1rem);scroll-padding-top:calc(var(--nav-h) + 1rem)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--bg);color:#1a1a18;color:var(--text-primary);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-family:var(--font-body);line-height:1.6;overflow-x:hidden}::selection{background:#1f4ed9;background:var(--accent);color:#fff;color:var(--accent-contrast)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{background:none;border:none;color:inherit;cursor:pointer;font:inherit}ul{list-style:none}:focus-visible{border-radius:3px;outline:2px solid #1f4ed9;outline:2px solid var(--accent);outline-offset:2px}.skip-link{background:#1f4ed9;background:var(--accent);border-radius:6px;border-radius:var(--radius);color:#fff;color:var(--accent-contrast);font-size:.85rem;font-weight:600;left:1rem;padding:.7rem 1.1rem;position:absolute;top:-100px;z-index:200}.skip-link:focus{top:1rem}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background:#f7f7f6;background:var(--bg-subtle)}::-webkit-scrollbar-thumb{background:#c9c9c3;background:var(--border-mid);border-radius:5px}.container{margin:0 auto;max-width:1060px;padding:0 2rem;width:100%}.section{padding:6.5rem 0;padding:var(--section-gap) 0;position:relative}.section--alt{background:#f7f7f6;background:var(--bg-subtle);border-bottom:1px solid #e3e3df;border-bottom:1px solid var(--border);border-top:1px solid #e3e3df;border-top:1px solid var(--border)}.section-head{margin-bottom:3rem;max-width:62ch}.section-label{color:#8a8a82;color:var(--text-muted);font-size:.82rem;margin-bottom:.4rem}.section-title{color:#1a1a18;color:var(--text-primary);font-size:clamp(1.6rem,3vw,2.1rem);font-weight:700;letter-spacing:-.02em;line-height:1.25}.section-title span{color:#1f4ed9;color:var(--accent)}.section-sub{color:#55554f;color:var(--text-secondary);font-size:.98rem;line-height:1.75;margin-top:.85rem;max-width:58ch}.btn{align-items:center;border-radius:6px;border-radius:var(--radius);display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;justify-content:center;padding:.7rem 1.35rem;transition:background .15s cubic-bezier(.4,0,.2,1),border-color .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1);transition:background .15s var(--ease),border-color .15s var(--ease),color .15s var(--ease);white-space:nowrap}.btn--primary{background:#1f4ed9;background:var(--accent);color:#fff;color:var(--accent-contrast)}.btn--primary:hover{background:#16389c;background:var(--accent-strong)}.btn--ghost{background:#0000;border:1px solid #c9c9c3;border:1px solid var(--border-mid);color:#1a1a18;color:var(--text-primary)}.btn--ghost:hover{border-color:#55554f;border-color:var(--text-secondary)}.btn--ghost:hover,.tag{background:#f7f7f6;background:var(--bg-subtle)}.tag{border:1px solid #e3e3df;border:1px solid var(--border);border-radius:4px;border-radius:var(--radius-sm);color:#55554f;color:var(--text-secondary);font-size:.76rem;padding:.2rem .5rem;white-space:nowrap}.tag--accent{background:#1f4ed90f;background:var(--accent-dim);border-color:#1f4ed933;border-color:var(--accent-line);color:#1f4ed9;color:var(--accent)}.dot{background:#0f7048;background:var(--green);border-radius:50%;display:inline-block;flex-shrink:0;height:6px;width:6px}@keyframes revealUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0}.reveal.is-visible{animation:revealUp .5s cubic-bezier(.4,0,.2,1) forwards;animation:revealUp .5s var(--ease) forwards;animation-delay:0s;animation-delay:var(--reveal-delay,0s)}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}html{scroll-behavior:auto}.reveal{opacity:1}}@media (max-width:640px){:root{--section-gap:4.5rem}.container{padding:0 1.25rem}}.navbar{align-items:center;background:var(--bg);border-bottom:1px solid #0000;display:flex;height:var(--nav-h);left:0;position:fixed;right:0;top:0;transition:border-color .2s var(--ease);z-index:100}.navbar--scrolled{border-bottom-color:var(--border)}.navbar__inner{align-items:center;display:flex;gap:1.5rem;justify-content:space-between;width:100%}.navbar__logo{color:var(--text-primary);flex-shrink:0;font-size:.95rem;font-weight:600;letter-spacing:-.01em}.navbar__links{align-items:center;display:flex;gap:1.5rem}.navbar__link{color:var(--text-muted);font-size:.88rem;transition:color .15s var(--ease)}.navbar__link--active,.navbar__link:hover{color:var(--text-primary)}.navbar__actions{align-items:center;display:flex;flex-shrink:0;gap:.75rem}.navbar__icon-btn{border-radius:var(--radius);color:var(--text-muted);display:grid;height:32px;place-items:center;transition:color .15s var(--ease),background .15s var(--ease);width:32px}.navbar__icon-btn:hover{background:var(--bg-subtle);color:var(--text-primary)}.navbar__cta,.navbar__resume{align-items:center;border-radius:var(--radius);display:inline-flex;font-size:.85rem;gap:.4rem;height:34px;padding:0 .9rem;transition:background .15s var(--ease),border-color .15s var(--ease),color .15s var(--ease)}.navbar__resume{border:1px solid var(--border-mid);color:var(--text-primary)}.navbar__resume:hover{background:var(--bg-subtle);border-color:var(--text-secondary)}.navbar__cta{background:var(--accent);color:var(--accent-contrast);font-weight:500}.navbar__cta:hover{background:var(--accent-strong)}.navbar__burger{align-items:center;display:none;flex-direction:column;gap:5px;height:32px;justify-content:center;width:32px}.navbar__burger span{background:var(--text-primary);display:block;height:1.5px;transition:transform .2s var(--ease),opacity .15s;width:18px}.navbar__burger--open span:first-child{transform:translateY(6.5px) rotate(45deg)}.navbar__burger--open span:nth-child(2){opacity:0}.navbar__burger--open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.navbar__drawer{background:var(--bg);border-bottom:1px solid #0000;display:none;flex-direction:column;left:0;max-height:0;overflow:hidden;padding:0 1.25rem;position:absolute;right:0;top:var(--nav-h);transition:max-height .3s var(--ease),padding .3s var(--ease)}.navbar__drawer--open{border-bottom-color:var(--border);max-height:420px;padding:.5rem 1.25rem 1.5rem}.navbar__drawer-link{border-bottom:1px solid var(--border);color:var(--text-secondary);font-size:.98rem;padding:.85rem 0;text-align:left}.navbar__drawer-link:hover{color:var(--text-primary)}.navbar__drawer-actions{grid-gap:.6rem;display:grid;gap:.6rem;grid-template-columns:1fr 1fr;margin-top:1.25rem}@media (max-width:900px){.navbar__links{display:none}.navbar__burger,.navbar__drawer{display:flex}}@media (max-width:560px){.navbar__resume{display:none}}.ghmenu{display:inline-flex;position:relative}.ghmenu__anchor{position:absolute;z-index:60}.ghmenu--bottom .ghmenu__anchor{padding-top:8px;top:100%}.ghmenu--top .ghmenu__anchor{bottom:100%;padding-bottom:8px}.ghmenu--start .ghmenu__anchor{left:0}.ghmenu--end .ghmenu__anchor{right:0}.ghmenu__panel{background:var(--bg-raised);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:.35rem;width:min(272px,calc(100vw - 2.5rem))}.ghmenu--bottom .ghmenu__panel{animation:ghmenuDown .16s var(--ease)}.ghmenu--top .ghmenu__panel{animation:ghmenuUp .16s var(--ease)}@keyframes ghmenuDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes ghmenuUp{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.ghmenu__title{color:var(--text-muted);font-size:.72rem;padding:.3rem .5rem .4rem}.ghmenu__item{align-items:center;border-radius:var(--radius);display:flex;gap:.6rem;padding:.5rem;transition:background .15s var(--ease)}.ghmenu__item:hover{background:var(--bg-subtle)}.ghmenu__mark{color:var(--text-muted);display:flex;flex-shrink:0;transition:color .15s var(--ease)}.ghmenu__item:hover .ghmenu__mark{color:var(--accent)}.ghmenu__text{display:flex;flex:1 1;flex-direction:column;min-width:0}.ghmenu__top{align-items:center;display:flex;gap:.4rem}.ghmenu__handle{color:var(--text-primary);font-size:.86rem;font-weight:500;transition:color .15s var(--ease)}.ghmenu__label{background:var(--bg-raised);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-muted);font-size:.68rem;line-height:1.5;padding:0 .32rem;white-space:nowrap}.ghmenu__label--active{background:var(--green-dim);border-color:var(--green-line);color:var(--green)}.ghmenu__item:hover .ghmenu__handle{color:var(--accent)}.ghmenu__note{color:var(--text-muted);font-size:.75rem;line-height:1.45}.ghmenu__go{color:var(--text-muted);display:flex;flex-shrink:0;opacity:0;transition:opacity .15s var(--ease)}.ghmenu__item:focus-visible .ghmenu__go,.ghmenu__item:hover .ghmenu__go{opacity:1}.hero{padding-top:calc(var(--nav-h) + 4.5rem)}.hero__inner{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 340px;padding-bottom:4rem}.hero__status{align-items:center;color:var(--text-secondary);display:inline-flex;font-size:.83rem;gap:.5rem;margin-bottom:1.5rem}.hero__name{color:var(--text-primary);font-size:clamp(2.2rem,5vw,3.1rem);font-weight:700;letter-spacing:-.03em;line-height:1.1;margin-bottom:.35rem}.hero__role{color:var(--accent);font-size:1.15rem;margin-bottom:1.5rem}.hero__bio{color:var(--text-secondary);font-size:1.02rem;line-height:1.8;margin-bottom:1.5rem;max-width:56ch}.hero__meta{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem}.hero__meta-item{align-items:center;color:var(--text-muted);display:inline-flex;font-size:.85rem;gap:.45rem}.hero__meta-item svg{flex-shrink:0}.hero__actions{align-items:center;display:flex;flex-wrap:wrap;gap:.6rem}.hero__socials{display:flex;gap:.4rem;margin-left:.4rem}.hero__social{border:1px solid var(--border);border-radius:var(--radius);color:var(--text-secondary);display:grid;height:38px;place-items:center;transition:color .15s var(--ease),border-color .15s var(--ease);width:38px}.hero__social:hover{border-color:var(--accent-line);color:var(--accent)}.hero__card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem}.hero__card-head{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.1rem}.hero__card-label{color:var(--text-muted);font-size:.78rem}.hero__card-badge{align-items:center;color:var(--green);display:inline-flex;font-size:.75rem;gap:.35rem}.hero__card-title{color:var(--text-primary);font-size:1.05rem;font-weight:600;line-height:1.3}.hero__card-company{color:var(--text-secondary);font-size:.83rem;margin-top:.2rem;padding-bottom:1.2rem}.hero__card-company,.hero__card-list{border-bottom:1px solid var(--border)}.hero__card-list{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.2rem;padding:1.2rem 0}.hero__card-list li{color:var(--text-secondary);font-size:.85rem;line-height:1.55;padding-left:.95rem;position:relative}.hero__card-list li:before{background:var(--border-mid);border-radius:50%;content:"";height:4px;left:0;position:absolute;top:.55em;width:4px}.hero__card-stack-label{color:var(--text-muted);display:block;font-size:.78rem;margin-bottom:.6rem}.hero__card-tags{display:flex;flex-wrap:wrap;gap:.3rem}.hero__stats{border-top:1px solid var(--border)}.hero__stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);padding-bottom:2rem;padding-top:2rem}.hero__stat-value{color:var(--text-primary);display:block;font-size:1.5rem;font-weight:600;letter-spacing:-.02em;line-height:1.1;margin-bottom:.3rem}.hero__stat-label{color:var(--text-secondary);display:block;font-size:.85rem;line-height:1.5;max-width:26ch}@media (max-width:940px){.hero__inner{gap:2.5rem;grid-template-columns:1fr}.hero__card{max-width:460px}}@media (max-width:640px){.hero{padding-top:calc(var(--nav-h) + 2.5rem)}.hero__stats-grid{gap:1.25rem;grid-template-columns:1fr}.hero__meta{flex-direction:column;gap:.6rem}.hero__socials{margin-left:0;margin-top:.25rem}}.about__grid{grid-gap:3.5rem;align-items:start;display:grid;gap:3.5rem;grid-template-columns:1fr 320px}.about__intro{margin-bottom:2.75rem}.about__bio{color:var(--text-secondary);font-size:1rem;line-height:1.85}.about__bio+.about__bio{margin-top:1.1rem}.about__bio--lead{color:var(--text-primary);font-size:1.08rem;line-height:1.75}.about__bio strong{color:var(--text-primary);font-weight:600}.about__focus-head{align-items:center;display:flex;gap:1rem;margin-bottom:1.1rem}.about__focus-title{color:var(--text-primary);font-size:.95rem;font-weight:600;white-space:nowrap}.about__focus-rule{background:var(--border);flex:1 1;height:1px}.about__focus{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.focus-card{border:1px solid var(--border);border-radius:var(--radius-lg);display:flex;flex-direction:column;padding:1.35rem;transition:border-color .15s var(--ease)}.focus-card:hover{border-color:var(--border-mid)}.focus-card__icon{color:var(--accent);display:flex;margin-bottom:.9rem}.focus-card__title{color:var(--text-primary);font-size:1rem;font-weight:600;margin-bottom:.4rem}.focus-card__detail{color:var(--text-secondary);flex:1 1;font-size:.87rem;line-height:1.7;margin-bottom:1rem}.focus-card__tags{display:flex;flex-wrap:wrap;gap:.3rem}.focus-card__tag{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-muted);font-size:.74rem;padding:.16rem .42rem}.about__side{display:flex;flex-direction:column;gap:2.25rem}.about__block-title{border-bottom:1px solid var(--border);color:var(--text-primary);font-size:.82rem;font-weight:600;margin-bottom:1.1rem;padding-bottom:.7rem}.facts{display:flex;flex-direction:column;gap:.7rem}.fact{grid-gap:.75rem;align-items:baseline;display:grid;gap:.75rem;grid-template-columns:88px 1fr}.fact__label{color:var(--text-muted);font-size:.8rem}.fact__value{color:var(--text-primary);font-size:.85rem;line-height:1.5}.fact--highlight .fact__value{color:var(--accent)}.about__timeline{display:flex;flex-direction:column;gap:1.25rem}.edu-item{display:flex;gap:.85rem}.edu-item__dot{background:var(--border-mid);border-radius:50%;flex-shrink:0;height:7px;margin-top:.42rem;width:7px}.edu-item:first-child .edu-item__dot{background:var(--accent)}.edu-item__content{display:flex;flex-direction:column;gap:.15rem}.edu-item__degree{color:var(--text-primary);font-size:.87rem;font-weight:600;line-height:1.4}.edu-item__school{color:var(--text-secondary);font-size:.82rem}.edu-item__period{color:var(--text-muted);font-size:.78rem}.edu-item__note{color:var(--text-secondary);font-size:.78rem;line-height:1.5;margin-top:.3rem}.about__langs{display:flex;flex-direction:column;gap:.7rem}.lang-row{align-items:baseline;display:flex;gap:.75rem;justify-content:space-between}.lang-row__name{color:var(--text-primary);font-size:.87rem}.lang-row__level{color:var(--text-muted);font-size:.8rem}@media (max-width:940px){.about__grid{gap:2.5rem;grid-template-columns:1fr}}@media (max-width:560px){.about__focus,.fact{grid-template-columns:1fr}.fact{gap:.15rem}}.exp__layout{grid-gap:2.5rem;align-items:start;display:grid;gap:2.5rem;grid-template-columns:210px 1fr}.exp__tabs{border-left:1px solid var(--border)}.exp__tab,.exp__tabs{display:flex;flex-direction:column}.exp__tab{border-left:1px solid #0000;gap:.1rem;margin-left:-1px;padding:.7rem 0 .7rem 1rem;text-align:left;transition:border-color .15s var(--ease)}.exp__tab--active{border-left-color:var(--accent)}.exp__tab-company{color:var(--text-muted);font-size:.88rem;transition:color .15s var(--ease)}.exp__tab:hover .exp__tab-company{color:var(--text-secondary)}.exp__tab--active .exp__tab-company{color:var(--text-primary);font-weight:600}.exp__tab-period{color:var(--text-muted);font-size:.76rem}.exp__role{color:var(--text-primary);font-size:1.25rem;font-weight:700;letter-spacing:-.02em;line-height:1.3}.exp__company{align-items:center;display:flex;flex-wrap:wrap;font-size:.87rem;gap:.6rem;margin:.35rem 0 1.35rem}.exp__company-link{align-items:center;color:var(--accent);display:inline-flex;gap:.3rem}.exp__company-link:hover{text-decoration:underline}.exp__company-name{color:var(--accent)}.exp__meta{color:var(--text-muted)}.exp__description{color:var(--text-secondary);font-size:.96rem;line-height:1.8;margin-bottom:1.35rem}.exp__highlights{display:flex;flex-direction:column;gap:.7rem;margin-bottom:1.75rem}.exp__highlight{color:var(--text-secondary);font-size:.9rem;line-height:1.7;padding-left:1.1rem;position:relative}.exp__highlight:before{background:var(--border-mid);border-radius:50%;content:"";height:4px;left:0;position:absolute;top:.62em;width:4px}.exp__tech{border-top:1px solid var(--border);display:flex;flex-wrap:wrap;gap:.35rem;padding-top:1.35rem}@media (max-width:860px){.exp__layout{gap:1.75rem;grid-template-columns:1fr}.exp__tabs{border-bottom:1px solid var(--border);border-left:none;flex-direction:row;overflow-x:auto;scrollbar-width:none}.exp__tabs::-webkit-scrollbar{display:none}.exp__tab{border-bottom:1px solid #0000;border-left:none;flex-shrink:0;margin-bottom:-1px;margin-left:0;min-width:150px;padding:.6rem 1rem .7rem 0}.exp__tab--active{border-bottom-color:var(--accent)}}.projects__featured{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(2,1fr);margin-bottom:1.25rem}.project-card,.project-hero{border:1px solid var(--border);border-radius:var(--radius-lg);display:flex;flex-direction:column;transition:border-color .15s var(--ease)}.project-hero{padding:1.6rem}.project-card{padding:1.4rem}.project-card:hover,.project-hero:hover{border-color:var(--border-mid)}.project__top{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.1rem}.project__category{color:var(--text-muted);font-size:.78rem}.project__links{color:var(--text-muted);display:flex;gap:.6rem}.project__links a{transition:color .15s var(--ease)}.project__links a:hover{color:var(--accent)}.project-hero__title{color:var(--text-primary);font-size:1.3rem;font-weight:700;letter-spacing:-.02em;line-height:1.25}.project-card__title{color:var(--text-primary);font-size:1.05rem;font-weight:600;line-height:1.3}.project-hero__meta{color:var(--text-muted);font-size:.8rem;margin:.3rem 0 .9rem}.project__desc{color:var(--text-secondary);flex:1 1;font-size:.89rem;line-height:1.75;margin-bottom:1.25rem}.project__tech{display:flex;flex-wrap:wrap;gap:.3rem}.project-hero__metrics{grid-gap:.9rem;border-top:1px solid var(--border);display:grid;gap:.9rem;grid-template-columns:repeat(3,1fr);margin-bottom:1.25rem;padding:1rem 0}.project-metric{display:flex;flex-direction:column;gap:.2rem}.project-metric__value{color:var(--text-primary);font-size:1.05rem;font-weight:600;line-height:1.1}.project-metric__label{color:var(--text-muted);font-size:.73rem;line-height:1.45}.projects__grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(3,1fr)}@media (max-width:940px){.projects__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:780px){.projects__featured{grid-template-columns:1fr}}@media (max-width:580px){.project-hero__metrics,.projects__grid{grid-template-columns:1fr}.project-hero__metrics{gap:.7rem}.project-metric{align-items:baseline;flex-direction:row;gap:.5rem}.project-metric__label{flex:1 1}}.skills__core{align-items:baseline;border-bottom:1px solid var(--border);display:flex;flex-wrap:wrap;gap:1.25rem;margin-bottom:1.75rem;padding-bottom:1.75rem}.skills__core-label{color:var(--text-muted);font-size:.85rem;white-space:nowrap}.skills__core-list{display:flex;flex-wrap:wrap;gap:.4rem}.skills__core-chip{background:var(--accent-dim);border:1px solid var(--accent-line);border-radius:var(--radius);color:var(--accent);font-size:.85rem;padding:.32rem .7rem}.skills__grid{grid-gap:1.75rem 2.5rem;display:grid;gap:1.75rem 2.5rem;grid-template-columns:repeat(2,1fr)}.skill-group__title{color:var(--text-primary);font-size:.88rem;font-weight:600;margin-bottom:.4rem}.skill-group__items{color:var(--text-secondary);font-size:.89rem;line-height:1.8}@media (max-width:640px){.skills__grid{gap:1.5rem;grid-template-columns:1fr}}.resume__layout{grid-gap:2.5rem;align-items:start;display:grid;gap:2.5rem;grid-template-columns:300px 1fr}.resume__controls{display:flex;flex-direction:column;gap:1.75rem}.resume__group{border:none}.resume__group-label{color:var(--text-muted);font-size:.82rem;margin-bottom:.7rem;padding:0}.resume__options{display:flex;flex-direction:column;gap:.5rem}.resume__options--row{flex-direction:row}.resume__options--row .resume__option{flex:1 1}.resume__option{border:1px solid var(--border);border-radius:var(--radius);display:flex;flex-direction:column;gap:.2rem;padding:.75rem .9rem;text-align:left;transition:border-color .15s var(--ease),background .15s var(--ease)}.resume__option:hover{border-color:var(--border-mid)}.resume__option--active{background:var(--accent-dim);border-color:var(--accent-line)}.resume__option-label{color:var(--text-primary);font-size:.9rem;font-weight:500}.resume__option--active .resume__option-label{color:var(--accent)}.resume__option-detail{color:var(--text-secondary);font-size:.79rem;line-height:1.55}.resume__actions{border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.6rem;padding-top:1.5rem}.resume__docx{color:var(--text-muted);font-size:.82rem;margin-top:.15rem;text-align:center;transition:color .15s var(--ease)}.resume__docx:hover{color:var(--accent);text-decoration:underline}.resume__viewer{background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.resume__viewer-bar{align-items:center;background:var(--bg);border-bottom:1px solid var(--border);color:var(--text-muted);display:flex;font-size:.8rem;gap:.45rem;padding:.6rem .9rem}.resume__frame{background:var(--bg-sunken);border:none;display:block;height:760px;width:100%}.resume__fallback{display:none}.resume__fallback-text{color:var(--text-secondary);font-size:.88rem;line-height:1.6}@media (max-width:940px){.resume__layout{gap:2rem;grid-template-columns:1fr}.resume__frame{height:600px}}@media (max-width:640px){.resume__frame{display:none}.resume__fallback{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;padding:1.5rem}}.contact__grid{grid-gap:3.5rem;align-items:start;display:grid;gap:3.5rem;grid-template-columns:1fr 280px}.contact__text{color:var(--text-secondary);font-size:1rem;line-height:1.85;margin-top:1.1rem;max-width:56ch}.contact__text strong{color:var(--text-primary);font-weight:600}.contact__note{color:var(--text-muted);font-size:.88rem;margin-top:.9rem}.contact__email{align-items:center;border-bottom:1px solid var(--border);display:inline-flex;flex-wrap:wrap;gap:.75rem;margin:1.75rem 0;padding-bottom:.75rem}.contact__email-value{color:var(--text-primary);font-family:var(--font-mono);font-size:.9rem;overflow-wrap:anywhere}.contact__copy{align-items:center;color:var(--text-muted);display:inline-flex;font-size:.78rem;gap:.3rem;transition:color .15s var(--ease)}.contact__copy:hover{color:var(--accent)}.contact__actions{display:flex;flex-wrap:wrap;gap:.6rem}.contact__channels{display:flex;flex-direction:column}.channel{align-items:center;border-bottom:1px solid var(--border);display:flex;gap:.8rem;padding:.9rem 0;transition:color .15s var(--ease)}.contact__channels>.channel:first-child{padding-top:0}.channel:hover{color:var(--accent)}.contact__channels>.ghmenu{display:flex}.contact__channels .ghmenu>.channel{text-align:left;width:100%}.channel__icon{color:var(--text-muted);display:flex;flex-shrink:0;transition:color .15s var(--ease)}.channel:hover .channel__icon{color:var(--accent)}.channel__text{display:flex;flex-direction:column;min-width:0}.channel__label{color:inherit;font-size:.87rem}.channel__sub{color:var(--text-muted);font-size:.78rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:940px){.contact__grid{gap:2.5rem;grid-template-columns:1fr}}@media (max-width:520px){.contact__actions .btn{width:100%}}.footer{border-top:1px solid var(--border);padding:2rem 0}.footer__inner{align-items:center;display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:space-between}.footer__left{align-items:baseline;display:flex;flex-wrap:wrap;gap:.65rem}.footer__name{color:var(--text-primary);font-size:.92rem;font-weight:600}.footer__meta{color:var(--text-muted);font-size:.82rem}.footer__socials{color:var(--text-muted);display:flex;gap:1rem}.footer__socials .ghmenu>button,.footer__socials>a{display:flex;transition:color .15s var(--ease)}.footer__socials .ghmenu>button:hover,.footer__socials>a:hover{color:var(--accent)}@media (max-width:480px){.footer__inner{align-items:flex-start;flex-direction:column}}
/*# sourceMappingURL=main.8dcbaf20.css.map*/