.st-wrapper{font-family:var(--font-sans)}.st-container{max-width:960px;margin:0 auto;padding:0 1.5rem}.st-nav{z-index:100;justify-content:space-between;align-items:center;padding:1rem 2rem;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0}.st-nav--scrolled{background:var(--nav-bg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--bg-edge);padding:.6rem 2rem}.st-nav__logo{font-family:var(--font-sans);color:var(--clr-accent);font-size:1.2rem;font-weight:700;text-decoration:none;transition:transform .2s}.st-nav__logo:hover{transform:scale(1.05)}.st-nav__logo span{color:var(--clr-foreground)}.st-nav__links{align-items:center;gap:1.5rem;display:flex}.st-nav__link{color:var(--clr-muted);font-size:.85rem;font-weight:500;text-decoration:none;transition:color .2s}.st-nav__link:hover{color:var(--clr-foreground)}.st-nav__theme{border:1px solid var(--bg-edge);width:32px;height:32px;color:var(--clr-muted);background:0 0;border-radius:8px;justify-content:center;align-items:center;font-size:14px;transition:border-color .2s,color .2s;display:flex}.st-nav__theme:hover{border-color:var(--clr-accent);color:var(--clr-accent)}.st-nav__cta{background:var(--clr-accent);color:#fff;border-radius:8px;padding:.5rem 1.25rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:background .2s}.st-nav__cta:hover{background:var(--clr-accent-hover)}.st-nav__burger{background:0 0;border:none;flex-direction:column;gap:4px;padding:4px;display:none}.st-nav__burger span{background:var(--clr-foreground);border-radius:2px;width:20px;height:2px}@media (max-width:768px){.st-nav__links{display:none}.st-nav__burger{display:flex}}.st-mobile-menu{z-index:99;background:var(--menu-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex;position:fixed;inset:0}.st-mobile-menu__link{color:var(--clr-foreground);font-size:1.5rem;font-weight:500;text-decoration:none}.st-section{padding:5rem 1.5rem}.st-section--alt{background:var(--bg-surface-raised)}.st-heading{font-family:var(--font-sans);color:var(--clr-foreground);margin-bottom:2.5rem;font-size:2rem;font-weight:700;display:inline-block;position:relative}.st-heading:after{content:"";background:var(--clr-accent);border-radius:2px;width:40px;height:3px;position:absolute;bottom:-8px;left:0}.st-hero{justify-content:center;align-items:center;min-height:100vh;padding:6rem 1.5rem 4rem;display:flex}.st-hero__content{max-width:640px}.st-hero__greeting{color:var(--clr-accent);letter-spacing:.05em;margin-bottom:.75rem;font-size:1rem;font-weight:500}.st-hero__name{color:var(--clr-foreground);margin-bottom:.5rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.1}.st-hero__title{color:var(--clr-accent);margin-bottom:1rem;font-size:clamp(1.2rem,3vw,1.5rem);font-weight:500}.st-hero__tagline{color:var(--clr-muted);max-width:500px;margin-bottom:2rem;font-size:1rem;line-height:1.7}.st-hero__actions{flex-wrap:wrap;gap:.75rem;display:flex}.st-btn{border-radius:8px;align-items:center;gap:.5rem;padding:.7rem 1.5rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.st-btn--primary{background:var(--clr-accent);color:#fff}.st-btn--primary:hover{background:var(--clr-accent-hover)}.st-btn--outline{color:var(--clr-foreground);border:1px solid var(--bg-edge);background:0 0}.st-btn--outline:hover{border-color:var(--clr-accent);color:var(--clr-accent)}.st-about__summary{color:var(--clr-muted);max-width:700px;margin-bottom:2.5rem;font-size:1rem;line-height:1.8}.st-about__stats{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1.5rem;display:grid}.st-stat{text-align:center;background:var(--bg-surface-card);border:1px solid var(--bg-edge);border-radius:12px;padding:1.5rem;transition:border-color .3s}.st-stat:hover{border-color:var(--clr-accent-border)}.st-stat__value{color:var(--clr-accent);margin-bottom:.25rem;font-size:2rem;font-weight:800;display:block}.st-stat__label{text-transform:uppercase;letter-spacing:.1em;color:var(--clr-muted);font-size:.72rem;font-weight:500}.st-skills-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.st-skill-group{background:var(--bg-surface-card);border:1px solid var(--bg-edge);border-radius:12px;padding:1.5rem;transition:border-color .3s}.st-skill-group:hover{border-color:var(--clr-accent-border)}.st-skill-group__title{color:var(--clr-foreground);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.85rem;font-weight:700}.st-skill-group__tags{flex-wrap:wrap;gap:.4rem;display:flex}.st-skill-tag{background:var(--bg-surface-raised);border:1px solid var(--bg-edge);color:var(--clr-muted);border-radius:6px;align-items:center;gap:.35rem;padding:.35rem .7rem;font-size:.75rem;font-weight:500;transition:color .2s,border-color .2s;display:inline-flex}.st-skill-tag:hover{border-color:var(--clr-accent-border);color:var(--clr-accent)}.st-exp-list{flex-direction:column;gap:1rem;display:flex}.st-exp-card{background:var(--bg-surface-card);border:1px solid var(--bg-edge);border-left:3px solid var(--clr-accent);border-radius:12px;padding:1.5rem;transition:box-shadow .3s}.st-exp-card:hover{box-shadow:0 4px 20px var(--clr-accent-subtle)}.st-exp-card__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.st-exp-card__title{color:var(--clr-foreground);font-size:1.1rem;font-weight:700}.st-exp-card__company{color:var(--clr-accent);font-size:.85rem;font-weight:500}.st-exp-card__meta{flex-direction:column;align-items:flex-end;gap:.25rem;display:flex}.st-exp-card__period{color:var(--clr-muted);font-size:.78rem}.st-exp-card__type{text-transform:uppercase;letter-spacing:.1em;background:var(--clr-accent-subtle);color:var(--clr-accent);border-radius:4px;padding:.2rem .5rem;font-size:.65rem;font-weight:600}.st-exp-card__highlights{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.st-exp-card__highlights li{color:var(--clr-muted);padding-left:1rem;font-size:.82rem;line-height:1.6;position:relative}.st-exp-card__highlights li:before{content:"–";color:var(--clr-accent);opacity:.5;position:absolute;left:0}.st-edu-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;display:grid}.st-edu-card{background:var(--bg-surface-card);border:1px solid var(--bg-edge);border-radius:12px;padding:1.5rem;transition:border-color .3s}.st-edu-card:hover{border-color:var(--clr-accent-border)}.st-edu-card__period{color:var(--clr-accent);margin-bottom:.5rem;font-size:.75rem;font-weight:500;display:block}.st-edu-card__degree{color:var(--clr-foreground);margin-bottom:.25rem;font-size:1.15rem;font-weight:700}.st-edu-card__institution{color:var(--clr-muted);font-size:.85rem}.st-contact__text{color:var(--clr-muted);max-width:500px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1rem;line-height:1.7}.st-contact__links{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.st-footer{border-top:1px solid var(--bg-edge);padding:2rem 0}.st-footer__inner{justify-content:space-between;align-items:center;display:flex}.st-footer__logo{color:var(--clr-accent);font-size:1rem;font-weight:700;text-decoration:none}.st-footer__logo span{color:var(--clr-foreground)}.st-footer__copy{color:var(--clr-muted);font-size:.72rem}@media (max-width:640px){.st-footer__inner{text-align:center;flex-direction:column;gap:.75rem}}
