:root{color-scheme:light;--bg: #f3eefe;--surface: #f9f7ff;--text: #181228;--muted: #5f5874;--line: #d7cdef;--brand: #6d49d8;--brand-soft: #ece4ff;--tab-active: #335fbf;--tab-active-soft: #e4ecff}[data-theme=dark]{color-scheme:dark;--bg: #161327;--surface: #211b38;--text: #f0edff;--muted: #bdb6d8;--line: #3d345f;--brand: #b99bff;--brand-soft: #32285a;--tab-active: #84b1ff;--tab-active-soft: #2a365f}*{box-sizing:border-box}html,body{min-height:100%}body{margin:0;min-height:100vh;background:radial-gradient(circle at 0% 0%,#ebdcff 0%,transparent 42%),radial-gradient(circle at 100% 20%,#d8e8ff 0%,transparent 38%),var(--bg);background-repeat:no-repeat;background-size:100% 100%,100% 100%,auto;color:var(--text);font-family:Manrope,Avenir Next,Segoe UI,sans-serif;line-height:1.6;transition:background .22s ease,color .22s ease}.page{width:min(960px,92vw);margin:0 auto;padding:4rem 0 5rem}.hero{margin-bottom:1.4rem;display:grid;grid-template-columns:132px 1fr;gap:1.1rem;align-items:center}.profile{width:132px;height:132px}.profile-image,.profile-placeholder{width:100%;height:100%;border-radius:18px;border:1px solid var(--line);background:var(--surface)}.profile-image{object-fit:cover}.profile-placeholder{display:grid;place-items:center;color:var(--muted);font-size:.85rem}.hero-copy p{margin:.5rem 0 0}.hero-top-row{display:flex;align-items:center;gap:.75rem;justify-content:space-between}.eyebrow{display:inline-flex;background:var(--brand-soft);color:var(--brand);border-radius:999px;padding:.2rem .75rem;font-size:.82rem;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.8rem}h1,h2,h3{font-family:Sora,Avenir Next,sans-serif;line-height:1.15;margin:0}h1{font-size:clamp(2rem,5vw,3.8rem)}h2{font-size:clamp(1.2rem,2vw,1.8rem);margin-bottom:.8rem}h3{font-size:1.05rem;margin-bottom:.45rem}.tabs{display:flex;flex-wrap:wrap;gap:.55rem;margin-bottom:1rem}.theme-toggle{border:1px solid var(--line);border-radius:999px;padding:.2rem;background:color-mix(in srgb,var(--surface) 82%,#e9e0ff 18%);display:inline-flex;gap:.2rem}.theme-option{border:0;background:transparent;color:var(--muted);border-radius:999px;padding:.2rem .55rem;cursor:pointer;font:inherit;font-size:.8rem;display:inline-flex;align-items:center;gap:.35rem}.theme-option.active{background:var(--tab-active-soft);color:var(--tab-active)}.tab-btn,.project-tab-btn{border:1px solid var(--line);border-radius:999px;padding:.42rem .85rem;background:color-mix(in srgb,var(--surface) 75%,#e9e0ff 25%);color:var(--text);cursor:pointer;font:inherit;font-size:.9rem}.tab-btn.active,.project-tab-btn.active{border-color:var(--tab-active);background:var(--tab-active-soft);color:var(--tab-active)}.panel{border:1px solid var(--line);border-radius:18px;padding:1.2rem;background:color-mix(in srgb,var(--surface) 92%,#edf2ff 8%)}.cards{display:grid;gap:.9rem}.project-tabs{display:flex;flex-wrap:wrap;gap:.55rem;margin:0 0 .9rem}.card{border:1px solid var(--line);border-radius:12px;padding:.9rem;background:color-mix(in srgb,var(--surface) 88%,#eef3ff 12%)}p,ul{margin:.55rem 0}ul{padding-left:1.2rem}a{color:var(--brand);text-decoration-thickness:2px;text-underline-offset:2px}code{font-family:JetBrains Mono,SF Mono,monospace;background:color-mix(in srgb,var(--surface) 65%,#c9b7ff 35%);padding:.1rem .35rem;border-radius:5px}[data-theme=dark] body{background:radial-gradient(circle at 0% 0%,#2f2350 0%,transparent 42%),radial-gradient(circle at 100% 20%,#1d315c 0%,transparent 38%),var(--bg);background-repeat:no-repeat;background-size:100% 100%,100% 100%,auto}@media(max-width:700px){.page{width:min(960px,94vw);padding:2.2rem 0 3rem}.hero{grid-template-columns:1fr;justify-items:start}.profile{width:108px;height:108px}.panel{padding:1rem}}
