@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,400;0,500;0,600;1,400&family=IBM+Plex+Sans:wght@400;500;600&display=swap";:root{--paper:#f5f3ee;--panel:#f8f7f3;--ink:#171717;--muted:#404040;--line:#252522;--soft:#d4d1ca;--card:#fff;--accent:#0077b5;--gain:#198754;--shadow:#777}:root[data-theme=dark]{--paper:#171816;--panel:#1c1d1a;--ink:#fff;--muted:#d4d4d4;--line:#d8d4ca;--soft:#44463f;--card:#23241f;--accent:#58aeda;--gain:#6bd59b;--shadow:#000}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:IBM Plex Sans,sans-serif;font-size:16px;line-height:1.48}a{color:inherit}button,a{-webkit-tap-highlight-color:transparent}.page-shell{width:min(992px,100% - 32px);margin:34px auto 72px}header{justify-content:space-between;align-items:center;gap:24px;margin-bottom:28px;display:flex}.name{letter-spacing:-.04em;font:600 25px/1 IBM Plex Mono,monospace;text-decoration:none}.pronouns{color:var(--muted);letter-spacing:0;white-space:nowrap;font:400 .52em/1 IBM Plex Sans,sans-serif}.name-flags{vertical-align:middle;align-items:center;gap:5px;margin-left:4px;display:inline-flex}.name-flags img{object-fit:cover;border-radius:1px;width:21px;height:15px}nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:9px;display:flex}.brand-logo{flex:none;width:15px;height:15px}.button{border:1px solid var(--line);background:var(--panel);min-height:38px;color:var(--ink);box-shadow:3px 3px 0 var(--shadow);cursor:pointer;border-radius:0;justify-content:center;align-items:center;gap:5px;padding:7px 18px;font:600 15px/1 IBM Plex Sans,sans-serif;text-decoration:none;transition:transform .12s,box-shadow .12s,background-color .15s,color .15s;display:inline-flex}.button:hover{box-shadow:1px 1px 0 var(--shadow);color:#fff;background:#000;transform:translate(2px,2px)}:root[data-theme=dark] .button:hover{color:#000;background:#fff}.button:focus-visible,.portrait:focus-visible{outline:3px solid var(--accent);outline-offset:3px}.button.primary{background:var(--accent);color:#fff;border-color:var(--line)}.button.primary:hover{color:#fff;background:#000}.fear-button{color:#fff;background:#42c2d1}.fear-mark{fill:none;stroke:currentColor;stroke-width:9px;stroke-linecap:round;stroke-linejoin:round;width:23px;height:23px;margin:-3px 1px -3px -4px;transform:translateY(-2px)}.fear-button:hover{color:#fff;background:#000}:root[data-theme=dark] .fear-button:hover{color:#000;background:#fff}.button.theme{width:38px;padding:0}.fieldset{border:1px solid var(--line);background:#ffffff0a;margin:0 0 30px;padding:26px 16px 16px;position:relative}.legend{background:var(--paper);padding:0 8px;font:italic 400 18px/1.5 IBM Plex Mono,monospace;position:absolute;top:-14px;left:16px}.intro-grid{grid-template-columns:minmax(0,1fr) 256px;align-items:center;gap:40px;display:grid}.intro-copy{max-width:665px;color:var(--muted);font-size:18px}.intro-copy p{margin:0 0 20px}.portrait{cursor:pointer;background:#ccc;border:0;width:256px;height:338px;padding:0;position:relative;overflow:hidden}.portrait img{object-fit:cover;object-position:center center;image-rendering:auto;width:100%;height:100%;transition:opacity .18s}.portrait.alt img{object-position:center center}.portrait span{color:#fff;opacity:0;background:#111;padding:4px 7px;font:500 11px IBM Plex Mono,monospace;transition:opacity .2s;position:absolute;bottom:8px;left:8px}.portrait:hover span,.portrait.alt span{opacity:1}.motto-label{margin:3px 0 2px}.motto{margin:0 0 16px;font-style:italic}.button-grid{grid-template-columns:repeat(4,1fr);gap:7px;display:grid}.section-note{margin:1px 0 18px;font-size:18px}.experience-list{gap:14px;display:grid}.experience-card{background:var(--card);border:1px solid var(--soft);grid-template-columns:48px 1fr auto;gap:12px;padding:13px 14px 13px 12px;display:grid;position:relative}.company-mark{border:1px solid var(--soft);background:var(--panel);width:48px;height:48px;color:var(--accent);place-items:center;display:grid}.company-mark img{object-fit:contain;width:100%;height:100%}.experience-copy{min-width:0}.experience-copy strong,.experience-copy span,.experience-copy small{display:block}.experience-copy strong{font:600 16px IBM Plex Mono,monospace}.experience-copy span{font-size:14px}.experience-copy small{color:var(--muted);margin-top:4px}.experience-copy p{color:var(--muted);max-width:680px;margin:9px 0 8px}.experience-card time{white-space:nowrap;font:400 14px IBM Plex Mono,monospace}.star{color:#e4b832;position:absolute;bottom:9px;right:10px}.tags{flex-wrap:wrap;gap:6px;display:flex}.tags span{border:1px solid var(--soft);color:var(--muted);padding:2px 6px;font:500 11px IBM Plex Mono,monospace}.education-row{border:1px dashed var(--soft);align-items:center;gap:12px;margin-top:14px;padding:12px;display:flex}.education-row strong,.education-row span{display:block}.education-row strong{font-family:IBM Plex Mono,monospace}.education-row span{color:var(--muted);font-size:14px}.projects{gap:16px;display:grid}.project{border:1px solid var(--soft);background:var(--card);grid-template-columns:310px 1fr;min-height:200px;display:grid;overflow:hidden}.project-copy{flex-direction:column;align-items:flex-start;padding:20px;display:flex}.project h2{margin:0 0 8px;font:600 20px IBM Plex Mono,monospace}.project p{color:var(--muted);margin:0 0 13px}.project-actions{flex-wrap:wrap;gap:9px;margin-top:auto;display:flex}.project .button{min-height:32px;padding:6px 10px;font-size:13px}.visual{border-right:1px solid var(--soft);color:#e5eadf;background:#10130f;min-height:200px;font-family:IBM Plex Mono,monospace;position:relative;overflow:hidden}.image-visual{height:200px}.image-visual img{object-fit:cover;object-position:center;width:100%;height:200px}.terminal{padding:16px}.terminal-head{color:#8d9788;border-bottom:1px solid #333a31;align-items:center;gap:5px;padding-bottom:10px;font-size:9px;display:flex}.terminal-head i{background:#596055;border-radius:50%;width:6px;height:6px}.terminal-head span{margin-left:auto}.ticker-row{grid-template-columns:1fr 1fr 1fr 1fr;gap:5px;margin:13px 0 2px;font-size:10px;display:grid}.ticker-row em{color:#64cc8b;font-style:normal}.terminal svg{width:100%;height:82px}.terminal polyline{fill:none;stroke:#64cc8b;stroke-width:2px;vector-effect:non-scaling-stroke}.bars{border-bottom:1px solid #31382f;align-items:flex-end;gap:7px;height:30px;display:flex}.bars i{background:#2d6b43;flex:1;height:40%}.bars i:nth-child(2n){height:75%}.bars i:nth-child(3n){height:55%}.sentiment{background:linear-gradient(135deg,#11140f,#1b2017);place-items:center;padding:18px;display:grid}.sentiment>span{color:#899080;font-size:9px;position:absolute;top:15px;left:16px}.gauge{background:conic-gradient(from 270deg at 50% 100%,#c54b42,#e4b832,#56aa6f 180deg,#0000 180deg);border-radius:160px 160px 0 0;width:160px;height:80px;position:relative}.gauge:after{content:"";background:#151913;border-radius:140px 140px 0 0;position:absolute;inset:18px 18px 0}.needle{transform-origin:0;z-index:2;background:#fff;width:70px;height:2px;position:absolute;bottom:0;left:50%;transform:rotate(-34deg)}.signal-label{text-align:center;position:absolute;top:104px}.signal-label b{font-size:24px;display:block}.signal-label em{color:#6bd59b;font-size:9px}.news-lines{gap:5px;display:grid;position:absolute;bottom:15px;left:17px;right:17px}.news-lines i{background:#353b32;height:3px}.news-lines i:nth-child(2){width:75%}.news-lines i:nth-child(3){width:54%}.local{background:radial-gradient(circle at 50% 0,#263025,#10130f);justify-content:center;align-items:center;gap:20px;display:flex}.local>svg{color:#7ed89b}.local div{flex-direction:column;gap:8px;display:flex}.local code{color:#dbe2d6;font-size:11px}.local span{color:#6f7a6c;font-size:9px}.local .cursor{color:#7ed89b;font-size:16px;animation:1s step-end infinite blink}@keyframes blink{50%{opacity:0}}.toolbox{align-items:center;gap:18px;padding:7px;display:flex}.toolbox strong{font-family:IBM Plex Mono,monospace}.toolbox p{color:var(--muted);margin:3px 0 0}.links{margin:0;padding-left:24px}.links li{margin:7px 0}.links a:hover{color:var(--accent)}footer{color:var(--muted);justify-content:space-between;padding:0 4px;font:12px IBM Plex Mono,monospace;display:flex}@media (width<=760px){.page-shell{width:min(100% - 20px,600px);margin-top:22px}header{flex-direction:column;align-items:flex-start}.name{font-size:22px}nav{justify-content:flex-start}.intro-grid{grid-template-columns:1fr}.portrait{width:100%;height:300px}.button-grid{grid-template-columns:1fr 1fr}.project{grid-template-columns:1fr}.visual{border-right:0;border-bottom:1px solid var(--soft)}.experience-card{grid-template-columns:48px 1fr}.experience-card time{grid-column:2}.fieldset{margin-bottom:27px;padding:24px 12px 12px}}@media (width<=430px){body{font-size:15px}.page-shell{width:calc(100% - 20px)}header{gap:16px}.name{white-space:nowrap;align-items:center;gap:4px;font-size:18.5px;display:flex}.pronouns{font-size:.5em}.name-flags{gap:4px;margin-left:1px}.name-flags img{width:19px;height:14px}nav{gap:9px;width:100%}.button{min-height:44px;padding:8px 11px}.button.theme{width:44px}.fear-mark{width:24px;height:24px}.intro-copy{font-size:16px}.button-grid{grid-template-columns:1fr}.experience-card{padding:10px}.project-copy{padding:15px}.project h2{overflow-wrap:anywhere}.project-actions{gap:10px}.project .button{min-height:44px}.legend{font-size:15px}.portrait{height:260px}footer{flex-direction:column;gap:12px}}@media (width<=350px){.experience-card{grid-template-columns:42px minmax(0,1fr);gap:10px}.company-mark{width:42px;height:42px}.experience-copy strong{font-size:15px}.education-row{align-items:flex-start;padding:10px}.education-row .company-mark{flex:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.portrait img{transition:none}.cursor{animation:none!important}}
