@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap";:root{--bg: #0b0d10;--surface: #14171b;--line: rgba(255, 255, 255, .09);--accent: #3fa88b;--text: #e6e8eb;--muted: #8a93a1}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,-apple-system,Segoe UI,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:var(--accent)}a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.wrap{max-width:760px;margin:0 auto;padding:100px 28px 110px}.hero{margin-bottom:80px;opacity:0;transform:translateY(8px);animation:rise .6s ease-out forwards}@keyframes rise{to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.hero{animation:none;opacity:1;transform:none}}.hero h1{font-weight:700;font-size:clamp(34px,5.5vw,44px);line-height:1.15;letter-spacing:-.02em;margin:0 0 12px}.hero .role{font-size:17px;font-weight:500;color:var(--accent);margin:0 0 24px}.hero .lede{color:var(--muted);font-size:16px;line-height:1.7;max-width:56ch;margin:0}section{margin-bottom:64px}section>h2{font-size:13px;font-weight:600;letter-spacing:.02em;color:var(--muted);margin:0 0 28px;padding-bottom:14px;border-bottom:1px solid var(--line)}.entry{padding:26px 0;border-bottom:1px solid var(--line)}.entry:first-of-type{padding-top:0}.entry:last-child{border-bottom:none;padding-bottom:0}.entry .toprow{display:flex;justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:4px;flex-wrap:wrap}.entry .company{font-size:17px;font-weight:600}.entry .date{font-family:IBM Plex Mono,Consolas,monospace;font-size:12px;color:var(--muted);white-space:nowrap}.entry .role{font-size:13.5px;color:var(--accent);margin:0 0 14px;font-weight:500}.entry ul{font-size:14.5px;line-height:1.65;color:var(--muted);margin:0;padding-left:18px}.entry li{margin-bottom:6px}.entry li::marker{color:var(--muted)}.entry a{text-decoration:none;border-bottom:1px solid rgba(63,168,139,.4)}.entry a:hover{border-bottom-color:var(--accent)}.chips{display:flex;flex-wrap:wrap;gap:8px}.chip{font-family:IBM Plex Mono,Consolas,monospace;font-size:12px;color:var(--text);background:var(--surface);border:1px solid var(--line);padding:6px 12px;border-radius:4px}.lang-row{display:flex;justify-content:space-between;gap:16px;max-width:460px;font-size:14.5px;padding:11px 0;border-bottom:1px solid var(--line)}.lang-row:last-child{border-bottom:none}.lang-row .name{font-weight:500}.lang-row .level{color:var(--muted);text-align:right}footer{padding-top:32px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}footer .loc{color:var(--muted);font-size:13.5px}footer .links{display:flex;gap:14px 22px;flex-wrap:wrap}footer a{font-size:14px;text-decoration:none;border-bottom:1px solid rgba(63,168,139,.4)}footer a:hover{border-bottom-color:var(--accent)}@media (max-width: 560px){.wrap{padding:64px 20px 80px}footer{flex-direction:column;align-items:flex-start}footer .links{gap:14px 20px}}
