:root{--bg:#fff;--text:#111;--muted:#666;--border:#ddd;--surface:#fff;--accent:#111;--accent-text:#fff}:root[data-theme=dark]{--bg:#000;--text:#f4f4f4;--muted:#a6a6a6;--border:#2a2a2a;--surface:#0a0a0a;--accent:#f4f4f4;--accent-text:#000}*{box-sizing:border-box}body,html{margin:0;padding:0}body{min-height:100vh;font-family:Avenir Next,Segoe UI,sans-serif;background:var(--bg);color:var(--text)}a{color:inherit}.bg-canvas{position:fixed;inset:0;width:100vw;height:100vh;z-index:0;pointer-events:none}.page-shell{position:relative;z-index:1;width:min(640px,100% - 2rem);margin:0 auto;padding:1rem 0 2rem}.theme-toggle{display:inline-grid;place-items:center;width:30px;height:30px;border:1px solid var(--border);border-radius:999px;padding:0;background:var(--surface);color:var(--text);cursor:pointer}.theme-toggle svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.minimal{min-height:calc(100vh - 170px);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.profile-card{position:relative;width:min(480px,100%);border:1px solid var(--border);border-radius:16px;background:var(--surface);padding:2.2rem 1.2rem 1.6rem}.card-toggle{position:absolute;top:.85rem;right:.85rem}.profile-photo{width:156px;height:156px;border-radius:999px;border:1px solid var(--border);object-fit:cover}h1{margin:1rem 0 .25rem;font-size:clamp(2rem,7vw,2.7rem);letter-spacing:-.02em}.role{margin:0 0 1.1rem;color:var(--muted)}.cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.72rem 1rem;border-radius:10px;text-decoration:none;font-weight:700;background:var(--accent);color:var(--accent-text)}.stack-section{margin-top:1.2rem}.section-label{margin:0;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.stack-line{margin:.3rem 0 0;font-size:.98rem;font-weight:600}.app-highlight{margin-top:1.2rem;text-align:left;border:1px solid var(--border);border-radius:14px;padding:.95rem;background:color-mix(in oklab,var(--surface) 92%,transparent)}.app-header{display:flex;align-items:center;gap:.75rem}.app-icon{width:46px;height:46px;border-radius:11px;border:1px solid var(--border);display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.app-icon img{width:100%;height:100%;object-fit:cover}.app-icon .icon-dark,:root[data-theme=dark] .app-icon .icon-light{display:none}:root[data-theme=dark] .app-icon .icon-dark{display:block}.app-meta{min-width:0}.app-name{margin:0;font-size:1.08rem;font-weight:700}.app-badge{margin:.2rem 0 0;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.app-description{margin:.75rem 0 0;color:var(--muted);line-height:1.45}.app-link{display:inline-flex;margin-top:.75rem;font-size:.9rem;font-weight:700;text-decoration:none;border-bottom:1px solid}.muted{color:var(--muted)}@media (max-width:380px){.profile-card{padding:2rem 1rem 1.3rem}}