.page{width:min(calc(100% - 2rem), var(--max-width));margin:0 auto;padding:1.25rem 0 4rem}.page__toolbar{justify-content:flex-end;margin-bottom:.9rem;display:flex}.theme-toggle{border:1px solid var(--line-strong);background:var(--toggle-bg);min-height:44px;color:var(--toggle-text);-webkit-backdrop-filter:blur(18px);box-shadow:var(--shadow-soft);cursor:pointer;border-radius:999px;align-items:center;gap:.65rem;padding:.7rem 1rem;transition:transform .16s,background .16s,border-color .16s;display:inline-flex}.theme-toggle:hover{transform:translateY(-1px)}.theme-toggle__icon{font-size:1rem;line-height:1}.theme-toggle__label{letter-spacing:-.01em;font-size:.92rem;font-weight:600}.hero{grid-template-columns:minmax(0,1.12fr) minmax(280px,360px);align-items:stretch;gap:1.4rem;margin-bottom:1.25rem;display:grid}.hero__copy,.hero__media,.panel{border-radius:var(--radius-xl);overflow:hidden}.hero__copy{background:linear-gradient(180deg, var(--surface) 0%, var(--bg-elevated) 100%);box-shadow:var(--shadow-soft);border:1px solid var(--line);padding:3rem}.hero__media{background:linear-gradient(180deg, var(--bg-elevated) 0%, color-mix(in srgb, var(--bg-elevated) 72%, gray 28%) 100%);min-height:100%;box-shadow:var(--shadow-soft);border:1px solid var(--line)}.hero__portrait{object-fit:cover;width:100%;height:100%}.eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted);margin:0 0 .85rem;font-size:.78rem;line-height:1}.eyebrow--inverse{color:#f5f5f7b8}.hero h1,.panel h2{letter-spacing:-.04em;margin:0}.hero h1{max-width:10ch;font-size:clamp(2.45rem,4.8vw,4.35rem);line-height:.96}.hero__lede,.panel__body,.info-card p,.stack-item p,.link-row,.pill-list{color:var(--text-muted);font-size:1rem;line-height:1.6}.hero__lede{max-width:48ch;margin:1rem 0 0;font-size:1.06rem}.hero__actions{flex-wrap:wrap;gap:.75rem;margin-top:1.75rem;display:flex}.button{min-height:44px;box-shadow:var(--shadow-soft);border-radius:999px;justify-content:center;align-items:center;padding:.8rem 1.25rem;font-size:.95rem;font-weight:600;transition:background .16s,transform .16s;display:inline-flex}.button--primary{background:var(--blue);color:#fff}.button--primary:hover{background:var(--blue-hover);transform:translateY(-1px)}.sections{gap:1.5rem;display:grid}.panel{box-shadow:var(--shadow-soft);border:1px solid var(--line);padding:2.5rem}.panel--white{background:var(--surface)}.panel--light{background:var(--surface-soft)}.panel--dark{background:var(--surface-dark);color:var(--text-inverse)}.panel--dark .panel__headline,.panel--dark .pill-list{color:var(--text-inverse)}.panel--outside-work{color:#f5f5f7;background:#1d1d1f;border-color:#ffffff14}.panel--outside-work .eyebrow{color:#f5f5f7b8}.panel--outside-work .panel__headline,.panel--outside-work .pill-list{color:#f5f5f7}.panel--outside-work .pill-list li{background:#ffffff14;border-color:#ffffff1f}.feature-grid,.info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;display:grid}.feature-grid--single{grid-template-columns:1fr}.info-card,.stack-item{border-radius:var(--radius-md);background:color-mix(in srgb, var(--surface) 82%, transparent);border:1px solid var(--line);padding:1.5rem}.stack-list{gap:1rem;display:grid}.skill-groups{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.15rem;display:grid}.skill-group-card{border-radius:var(--radius-md);background:color-mix(in srgb, var(--surface) 82%, transparent);border:1px solid var(--line);padding:1.2rem}.skill-group-card h3{letter-spacing:-.02em;margin:0 0 .85rem;font-size:1rem}.skill-list{gap:.65rem;margin:0;padding:0;list-style:none;display:grid}.skill-list li{color:var(--text-muted);font-size:.98rem;line-height:1.45}.panel__headline{font-size:clamp(2rem,3vw,2.8rem);line-height:1.05}.panel__body{max-width:46ch;margin:.9rem 0 0}.pill-list{flex-wrap:wrap;gap:.75rem;margin:1.1rem 0 0;padding:0;list-style:none;display:flex}.pill-list li{background:#ffffff14;border:1px solid #ffffff1f;border-radius:999px;padding:.72rem 1rem}@media (width<=980px){.hero,.feature-grid,.info-grid{grid-template-columns:1fr}.hero__media{min-height:360px}}@media (width<=640px){.page{width:min(calc(100% - 1rem), var(--max-width));padding-top:.5rem}.page__toolbar{margin-bottom:.75rem}.theme-toggle{justify-content:center;width:100%}.hero__copy,.panel{padding:1.35rem}.hero__media{min-height:280px}.hero h1{max-width:none}.hero__actions{flex-direction:column;align-items:stretch}.skill-groups{grid-template-columns:1fr}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--bg:#f5f5f7;--bg-elevated:#fbfbfd;--surface:#fff;--surface-soft:#f5f5f7;--surface-dark:#1d1d1f;--text:#1d1d1f;--text-muted:#6e6e73;--text-inverse:#f5f5f7;--line:#1d1d1f14;--line-strong:#1d1d1f1f;--blue:#0071e3;--blue-hover:#0077ed;--toggle-bg:#ffffffd1;--toggle-text:#1d1d1f;--radius-xl:32px;--radius-lg:28px;--radius-md:22px;--shadow-soft:0 12px 40px #00000014;--max-width:1200px;font-family:Inter,SF Pro Display,SF Pro Text,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}:root[data-theme=dark]{--bg:#0b0b0d;--bg-elevated:#131316;--surface:#151519;--surface-soft:#101014;--surface-dark:#f5f5f7;--text:#f5f5f7;--text-muted:#a1a1aa;--text-inverse:#111113;--line:#ffffff14;--line-strong:#ffffff24;--blue:#2997ff;--blue-hover:#49a7ff;--toggle-bg:#151519c7;--toggle-text:#f5f5f7;--shadow-soft:0 18px 50px #00000059}*{box-sizing:border-box}html,body,#root{min-height:100%}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline:2px solid var(--blue);outline-offset:3px}img{max-width:100%;display:block}
