:root{--bg: #fcfbf9;--fg: #1c1813;--muted: #6b6258;--accent: #c2410c;--accent-fg: #ffffff;--accent-glow: rgba(194, 65, 12, .18);--border: #ece6dd;--card: #fbf7f2;--shadow: rgba(60, 40, 20, .1);--maxw: 42rem}@media(prefers-color-scheme:dark){:root{--bg: #14110f;--fg: #ece7e0;--muted: #a39a8d;--accent: #f6a35f;--accent-fg: #1c1813;--accent-glow: rgba(246, 163, 95, .16);--border: #2a2420;--card: #1b1713;--shadow: rgba(0, 0, 0, .4)}}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;inset:0;z-index:-1;background:radial-gradient(58rem 30rem at 50% -6rem,var(--accent-glow),transparent 70%);pointer-events:none}@media(prefers-reduced-motion:no-preference){body:before{animation:breathe 9s ease-in-out infinite}}@keyframes breathe{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}main{max-width:var(--maxw);margin:0 auto;padding:clamp(2.5rem,8vw,5rem) 1.5rem 4rem}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}@media(prefers-reduced-motion:no-preference){.header,.bio,h2,footer,.links a,.highlights li{animation:rise .6s cubic-bezier(.2,.7,.2,1) both}.bio{animation-delay:.08s}h2{animation-delay:.12s}.links a:nth-child(1){animation-delay:.16s}.links a:nth-child(2){animation-delay:.22s}.links a:nth-child(3){animation-delay:.28s}.links a:nth-child(4){animation-delay:.34s}.highlights li:nth-child(1){animation-delay:.2s}.highlights li:nth-child(2){animation-delay:.27s}.highlights li:nth-child(3){animation-delay:.34s}.highlights li:nth-child(4){animation-delay:.41s}.highlights li:nth-child(5){animation-delay:.48s}.highlights li:nth-child(6){animation-delay:.55s}}@keyframes rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.header{display:flex;align-items:center;gap:1.35rem;margin-bottom:2rem}.avatar{width:92px;height:92px;border-radius:50%;flex-shrink:0;object-fit:cover;border:3px solid var(--bg);box-shadow:0 0 0 2px var(--accent),0 8px 24px var(--shadow);transition:transform .25s ease}.avatar:hover{transform:scale(1.04) rotate(-2deg)}h1{font-size:2rem;line-height:1.1;margin:0 0 .3rem;letter-spacing:-.025em;font-weight:700}.tagline{color:var(--muted);font-size:1rem;margin:0}.bio p{margin:0 0 1rem}h2{display:flex;align-items:center;gap:.6rem;font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:var(--fg);margin:2.75rem 0 1.1rem;font-weight:700}h2:before{content:"";width:1.75rem;height:3px;background:var(--accent);border-radius:3px}.highlights{list-style:none;padding:0;margin:0;display:grid;gap:.85rem}.highlights li{position:relative;border:1px solid var(--border);background:var(--card);border-radius:12px;padding:.95rem 1.1rem;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.highlights li:before{content:"";position:absolute;left:0;top:50%;width:3px;height:0;background:var(--accent);border-radius:3px;transform:translateY(-50%);transition:height .2s ease}.highlights li:hover{transform:translateY(-3px);border-color:var(--accent);box-shadow:0 10px 26px var(--shadow)}.highlights li:hover:before{height:60%}.highlights .h-title{font-weight:600}.highlights .h-meta{color:var(--muted);font-size:.92rem}.links{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.5rem}.links a{display:inline-flex;align-items:center;gap:.45rem;border:1px solid var(--border);border-radius:999px;padding:.5rem 1rem;color:var(--fg);font-size:.95rem;background:var(--card);transition:transform .18s ease,border-color .18s ease,color .18s ease,background .18s ease,box-shadow .18s ease}.links a:hover{border-color:var(--accent);background:var(--accent);color:var(--accent-fg);transform:translateY(-3px);box-shadow:0 8px 20px var(--shadow);text-decoration:none}.links svg{width:18px;height:18px;fill:currentColor}footer{margin-top:3.5rem;padding-top:1.25rem;border-top:1px solid var(--border);color:var(--muted);font-size:.9rem;animation-delay:.3s}
