:root{--bg: #fafaf9;--bg-elevated: #ffffff;--text: #14161b;--text-muted: #5b5f6b;--border: #e7e5e0;--accent: #3452ff;--accent-soft: #edf0ff;--accent-contrast: #ffffff;--font-display: "Space Grotesk", "Helvetica Neue", sans-serif;--font-body: "Inter", "Helvetica Neue", sans-serif;--font-mono: "JetBrains Mono", "SF Mono", monospace;--container: 1120px;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 24px;--ease: cubic-bezier(.16, 1, .3, 1)}[data-theme=dark]{--bg: #0a0b0f;--bg-elevated: #14161c;--text: #edeef2;--text-muted: #8b8f9b;--border: #23262e;--accent: #7c8cff;--accent-soft: rgba(124, 140, 255, .12);--accent-contrast: #0a0b0f}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;transition:background .3s var(--ease),color .3s var(--ease)}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{font:inherit;color:inherit;background:none;border:none;cursor:pointer}h1,h2,h3{font-family:var(--font-display);font-weight:600;letter-spacing:-.02em;line-height:1.1}.mono{font-family:var(--font-mono)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.section{padding:96px 24px;border-top:1px solid var(--border)}.section__inner{max-width:var(--container);margin:0 auto}.section__heading{margin-bottom:48px;max-width:560px}.section__heading h2{font-size:clamp(1.75rem,3vw,2.5rem);margin-top:12px}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.btn{display:inline-flex;align-items:center;gap:6px;padding:13px 22px;border-radius:var(--radius-sm);font-size:.95rem;font-weight:500;transition:transform .25s var(--ease),background .25s var(--ease),border-color .25s var(--ease)}.btn--primary{background:var(--accent);color:var(--accent-contrast)}.btn--primary:hover{transform:translateY(-2px)}.btn--ghost{border:1px solid var(--border)}.btn--ghost:hover{border-color:var(--accent);transform:translateY(-2px)}.status-pill{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:.78rem;color:var(--text-muted);padding:6px 12px;border:1px solid var(--border);border-radius:999px}.status-pill__dot{width:7px;height:7px;border-radius:50%;background:#2fbf71;box-shadow:0 0 #2fbf7180;animation:pulse 2.2s infinite;flex-shrink:0}@keyframes pulse{0%{box-shadow:0 0 #2fbf7173}70%{box-shadow:0 0 0 7px #2fbf7100}to{box-shadow:0 0 #2fbf7100}}.header{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--bg) 85%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.header__inner{max-width:var(--container);margin:0 auto;padding:18px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.header__brand{font-family:var(--font-display);font-weight:600;font-size:1.05rem}.header__nav--desktop{display:flex;gap:32px;font-size:.9rem;color:var(--text-muted)}.header__nav--desktop a:hover{color:var(--text)}.header__actions{display:flex;align-items:center;gap:14px}.status-pill--desktop{display:none}.theme-toggle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--border);border-radius:50%;transition:border-color .25s var(--ease),transform .25s var(--ease)}.theme-toggle:hover{border-color:var(--accent);transform:rotate(-12deg)}.header__menu-btn{display:flex}.header__nav--mobile{display:flex;flex-direction:column;padding:8px 24px 20px;gap:14px;border-top:1px solid var(--border);font-size:.95rem}@media (min-width: 760px){.header__menu-btn{display:none}.status-pill--desktop{display:inline-flex}}@media (max-width: 759px){.header__nav--desktop{display:none}}.hero{padding:110px 24px 90px}.hero__inner{max-width:var(--container);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 300px;align-items:center;gap:60px}.hero__content{min-width:0}.hero h1{font-size:clamp(2.75rem,7vw,5rem);margin:20px 0 8px}.hero__role{font-family:var(--font-display);font-size:clamp(1.2rem,2.5vw,1.6rem);color:var(--accent);margin-bottom:24px}.hero__tagline{max-width:560px;color:var(--text-muted);font-size:1.05rem;margin-bottom:40px}.hero__actions{display:flex;flex-wrap:wrap;gap:14px}.hero__image{display:flex;justify-content:center;align-items:center}.hero__image img{width:270px;height:320px;object-fit:cover;border-radius:28px;border:1px solid var(--border);box-shadow:0 20px 45px -25px color-mix(in srgb,var(--accent) 45%,transparent);transition:transform .35s var(--ease),border-color .3s var(--ease)}.hero__image img:hover{transform:translateY(-5px);border-color:var(--accent)}@media (max-width: 900px){.hero__inner{grid-template-columns:minmax(0,1fr) 240px;gap:35px}.hero__image img{width:220px;height:270px}}@media (max-width: 760px){.hero{padding:80px 24px 72px}.hero__inner{grid-template-columns:1fr;gap:36px;text-align:center}.hero__content{display:flex;flex-direction:column;align-items:center}.hero__tagline{max-width:520px}.hero__actions{justify-content:center}.hero__image{order:2}.hero__image img{width:210px;height:250px;border-radius:24px}}.project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.project-card{display:block;padding:28px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-elevated);transition:transform .3s var(--ease),border-color .3s var(--ease),box-shadow .3s var(--ease)}.project-card:hover{transform:translateY(-4px);border-color:var(--accent);box-shadow:0 16px 40px -20px color-mix(in srgb,var(--accent) 45%,transparent)}.project-card--featured{grid-column:span 1}.project-card__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;color:var(--text-muted)}.project-card__year{font-size:.78rem}.project-card__icon{transition:transform .3s var(--ease)}.project-card:hover .project-card__icon{transform:translate(3px,-3px);color:var(--accent)}.project-card__title{font-size:1.3rem;margin-bottom:10px}.project-card__description{color:var(--text-muted);font-size:.95rem;margin-bottom:20px}.project-card__tags{display:flex;flex-wrap:wrap;gap:8px}.project-card__tags li{font-family:var(--font-mono);font-size:.72rem;padding:5px 10px;border-radius:999px;background:var(--accent-soft);color:var(--accent)}@media (max-width: 760px){.project-grid{grid-template-columns:1fr}}.about__body p{color:var(--text-muted);max-width:640px;margin-bottom:18px}.about__stats{display:flex;gap:40px;margin-top:36px;flex-wrap:wrap}.about__stat{display:flex;flex-direction:column;gap:4px}.about__stat-value{font-family:var(--font-display);font-size:2.2rem;font-weight:600;color:var(--accent)}.about__stat-label{font-size:.85rem;color:var(--text-muted)}.about__layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;align-items:center;gap:70px}.about__body{min-width:0}.about__image{display:flex;justify-content:center;align-items:center}.about__image-frame{position:relative;width:250px;height:300px}.about__image-frame:before{content:"";position:absolute;width:100%;height:100%;border:2px solid var(--accent);border-radius:20px;top:14px;left:14px;opacity:.5}.about__image img{position:relative;width:250px;height:300px;object-fit:cover;border-radius:20px;border:1px solid var(--border);display:block;transition:transform .35s var(--ease),border-color .3s var(--ease)}.about__image-frame:hover img{transform:translate(-4px,-4px);border-color:var(--accent)}@media (max-width: 900px){.about__layout{grid-template-columns:minmax(0,1fr) 240px;gap:40px}.about__image-frame,.about__image img{width:210px;height:260px}}@media (max-width: 760px){.about__layout{grid-template-columns:1fr;gap:48px}.about__image{order:2}.about__image-frame,.about__image img{width:210px;height:260px}}.skills-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.skills-group{padding:24px;border:1px solid var(--border);border-radius:var(--radius-md)}.skills-group h3{font-size:1rem;margin-bottom:16px}.skills-group ul{display:flex;flex-direction:column;gap:10px}.skills-group li{color:var(--text-muted);font-size:.92rem;padding-left:16px;position:relative}.skills-group li:before{content:"";position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:50%;background:var(--accent)}@media (max-width: 760px){.skills-grid{grid-template-columns:1fr}}.contact-card{max-width:var(--container);margin:0 auto;padding:64px 48px;border-radius:var(--radius-lg);background:var(--accent-soft);text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.contact-card h2{font-size:clamp(1.75rem,4vw,2.75rem)}.contact-card p{max-width:480px;color:var(--text-muted);margin-bottom:8px}.footer{padding:32px 24px 48px}.footer__inner{max-width:var(--container);margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;color:var(--text-muted);font-size:.85rem}.footer__links{display:flex;gap:20px}.footer__links a:hover{color:var(--accent)}
