@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg: #eaf1fb;--bg-strong: #d9e8fb;--surface: rgba(255, 255, 255, .78);--surface-strong: rgba(255, 255, 255, .96);--ink: #102033;--muted: #5e6f83;--accent: #2d5c8c;--accent-soft: rgba(45, 92, 140, .12);--border: rgba(16, 32, 51, .1);--shadow: 0 24px 70px rgba(16, 32, 51, .1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:radial-gradient(circle at top left,#dfe9f7 0,transparent 32%),radial-gradient(circle at top right,#cddff2 0,transparent 28%),linear-gradient(180deg,#f6f9fd 0%,var(--bg) 36%,#e5effa 100%)}body:before{content:"";position:fixed;inset:0;pointer-events:none;background-image:linear-gradient(rgba(16,32,51,.03) 1px,transparent 1px);background-size:100% 28px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.24),transparent 92%);mask-image:linear-gradient(180deg,rgba(0,0,0,.24),transparent 92%)}a{color:inherit;text-decoration:none}#root{position:relative;z-index:1}.app-shell{width:min(1120px,calc(100vw - 32px));margin:0 auto;padding:28px 0 64px}.hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.95fr);gap:24px;padding:28px;border:1px solid var(--border);border-radius:32px;background:var(--surface);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--shadow)}.hero-copy h1{margin:14px 0 0;font-size:clamp(2.8rem,7vw,5.4rem);line-height:.94;letter-spacing:-.05em}.hero-title-row{display:flex;align-items:flex-start;gap:18px;margin-top:14px}.hero-title-copy{min-width:0}.avatar{flex:0 0 auto;width:84px;height:84px;border-radius:24px;border:1px solid rgba(16,32,51,.1);object-fit:cover;box-shadow:0 14px 30px #1020331f;background:linear-gradient(135deg,#f7fbff,#dfeaf7)}.hero-title-row h1{margin-top:0}.hero-title-row .hero-headline{margin-top:12px}.eyebrow-pill,.eyebrow{display:inline-flex;align-items:center;width:fit-content;padding:8px 12px;border-radius:999px;background:#2d5c8c1f;color:var(--accent);font-size:.82rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.hero-headline{margin:18px 0 0;max-width:58ch;font-size:1.08rem;line-height:1.7}.hero-summary{margin:12px 0 0;max-width:62ch;color:var(--muted);font-size:.98rem;line-height:1.75}.hero-panel{display:grid;gap:12px}.panel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.panel-card,.contact-card,.timeline-card,.mini-card,.education-card,.loading-card,.error-card{border:1px solid var(--border);border-radius:24px;background:var(--surface-strong)}.panel-card,.contact-card{padding:18px}.panel-card--strong{background:linear-gradient(135deg,#f7fbff,#edf5ff)}.card-kicker{display:block;color:var(--muted);font-size:.74rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.panel-card strong{display:block;margin-top:8px;font-size:1.06rem;line-height:1.35}.contact-card{display:grid;gap:8px}.contact-card a{color:var(--accent);font-weight:600}.section{margin-top:24px}.section-title{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:14px}.section-title h2{margin:8px 0 0;font-size:1.05rem;letter-spacing:.08em;text-transform:uppercase}.section-title p{margin:0;max-width:58ch;color:var(--muted);line-height:1.6}.timeline{display:grid;gap:12px}.timeline-item{display:grid;grid-template-columns:22px minmax(0,1fr);gap:12px}.timeline-rail{position:relative}.timeline-rail:before{content:"";position:absolute;top:0;bottom:-12px;left:50%;width:2px;background:linear-gradient(180deg,transparent,rgba(45,92,140,.22),transparent);transform:translate(-50%)}.timeline-dot{position:sticky;top:24px;display:block;width:14px;height:14px;margin:20px auto 0;border-radius:999px;background:linear-gradient(135deg,#15395d,#4e82b8);box-shadow:0 0 0 8px #2d5c8c1a}.timeline-card{padding:18px 20px;box-shadow:0 14px 38px #1020330d}.timeline-meta{display:flex;flex-wrap:wrap;gap:10px;color:var(--muted);font-size:.88rem;font-weight:600}.timeline-card h3{margin:8px 0 0;font-size:1.08rem;line-height:1.28;letter-spacing:-.03em}.timeline-org{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px;color:var(--accent)}.timeline-org span{color:var(--muted)}.timeline-card p{margin:10px 0 0;color:var(--muted);line-height:1.62}.tag-row,.chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.tag,.chip{padding:8px 11px;border-radius:999px;background:#2d5c8c14;color:#24496d;font-size:.84rem;font-weight:700}.split{display:grid;grid-template-columns:1fr 1fr;gap:24px}.list-grid,.education-stack{display:grid;gap:12px}.mini-card,.education-card{padding:18px}.mini-card h3,.education-card strong{display:block;margin:8px 0 0;font-size:1rem;line-height:1.4}.mini-card p,.education-card span,.education-card p{margin:8px 0 0;color:var(--muted);line-height:1.6}.loading-card,.error-card{padding:22px;margin:80px auto;width:min(680px,100%);text-align:center}@media(max-width:960px){.hero,.split{grid-template-columns:1fr}.section-title{flex-direction:column;align-items:start}}@media(max-width:720px){.app-shell{width:min(1120px,calc(100vw - 20px));padding-top:10px}.hero{padding:20px;border-radius:26px}.hero-title-row{gap:14px}.avatar{width:72px;height:72px;border-radius:20px}.panel-grid{grid-template-columns:1fr}.timeline-item{grid-template-columns:16px minmax(0,1fr);gap:12px}.timeline-dot{width:12px;height:12px}.timeline-card{padding:18px;border-radius:20px}}
