.highlight{background:#12160f;border:1px solid #262d22;border-radius:2px;padding:16px 24px;overflow-x:auto;font-size:0.85rem;line-height:1.7;color:#ccd3c6}.highlight .highlight,.highlight pre,.highlight code{background:none;border:0;padding:0;margin:0}.highlight .c,.highlight .cm,.highlight .c1,.highlight .cs{color:#7a8472;font-style:italic}.highlight .k,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kv{color:#ffb552}.highlight .kc,.highlight .kt{color:#6fb3c0}.highlight .s,.highlight .s1,.highlight .s2,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sx,.highlight .sr,.highlight .ss{color:#8ae234}.highlight .m,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo,.highlight .il{color:#6fb3c0}.highlight .n,.highlight .na,.highlight .nb,.highlight .nc,.highlight .nd,.highlight .ne,.highlight .nf,.highlight .nl,.highlight .nn,.highlight .nx,.highlight .py{color:#ccd3c6}.highlight .nc,.highlight .nn{color:#ffb552}.highlight .nb,.highlight .bp{color:#6fb3c0}.highlight .o,.highlight .ow,.highlight .p{color:#8d9786}.highlight .vi,.highlight .vc,.highlight .vg{color:#a9762c}.highlight .err{color:#ff6b6b}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;padding:0;background:#0c0e0b;color:#ccd3c6;font-family:ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", "DejaVu Sans Mono", monospace;font-size:16px;line-height:1.65;-webkit-font-variant-ligatures:none;font-variant-ligatures:none}h1,h2,h3{font-weight:600;line-height:1.25;margin:0}p{margin:0}ul,ol,dl{margin:0;padding:0;list-style:none}a{color:#ffb552;text-decoration:none;border-bottom:1px solid rgba(255,181,82,0.35)}a:hover,a:focus-visible{color:#0c0e0b;background:#ffb552;border-bottom-color:#ffb552}:focus-visible{outline:2px solid #ffb552;outline-offset:2px}.scanlines{position:fixed;inset:0;z-index:1;pointer-events:none;background:repeating-linear-gradient(to bottom, rgba(255,255,255,0.018) 0, rgba(255,255,255,0.018) 1px, transparent 1px, transparent 3px)}.shell{position:relative;z-index:2;max-width:74ch;margin:0 auto;padding:40px 24px 64px}.topbar{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 16px;padding-bottom:16px;border-bottom:1px solid #262d22}.prompt{font-size:0.85rem;color:#8d9786;white-space:nowrap}.prompt__user{color:#8ae234}.prompt__path{color:#6fb3c0}.prompt__sigil{color:#8d9786;margin-left:0.35ch}.nav{display:flex;flex-wrap:wrap;align-items:baseline;gap:16px;margin-left:auto;font-size:0.85rem}.nav__link{color:#8d9786;border-bottom:1px dotted #262d22}.nav__link::before{content:'./';color:#7a8472}.nav__link.is-current{color:#ffb552;border-bottom-color:rgba(255,181,82,0.5)}.nav__langs{display:inline-flex;gap:4px;padding-left:16px;border-left:1px solid #262d22}.nav__lang{color:#7a8472;border-bottom:0;font-size:0.78rem;letter-spacing:0.05em}.nav__lang.is-current{color:#ccd3c6}.main{padding-top:40px}.hero{margin-bottom:64px;display:-ms-grid;display:grid;-ms-grid-columns:200px 1fr;grid-template-columns:200px 1fr;gap:40px;align-items:start}.hero--compact{display:block;margin-bottom:40px}.hero__handle{color:#7a8472;font-size:0.85rem;letter-spacing:0.08em}.hero__name{margin:8px 0 0;color:#ffb552;font-size:clamp(1.9rem, 7vw, 2.9rem);letter-spacing:-0.01em;overflow-wrap:break-word}.hero__role{margin-top:8px;color:#ccd3c6;font-size:1rem}.hero__intro{margin-top:16px;max-width:62ch;color:#8d9786}.hero__cta{margin-top:24px}.hero__cta .button+.button{margin-left:8px}.portrait{position:relative;margin:0;overflow:hidden;border:1px solid #262d22;border-radius:2px;background:linear-gradient(165deg, #d9a253 0%, #a9762c 50%, #2b1e10 100%);isolation:isolate}.portrait__img{display:block;width:100%;height:auto;-webkit-filter:grayscale(1) brightness(1.18) contrast(1.08);filter:grayscale(1) brightness(1.18) contrast(1.08);mix-blend-mode:luminosity;-webkit-transition:mix-blend-mode 0.35s ease, -webkit-filter 0.35s ease;transition:mix-blend-mode 0.35s ease, -webkit-filter 0.35s ease;transition:filter 0.35s ease, mix-blend-mode 0.35s ease;transition:filter 0.35s ease, mix-blend-mode 0.35s ease, -webkit-filter 0.35s ease}.portrait:hover .portrait__img,.portrait:focus-within .portrait__img{-webkit-filter:none;filter:none;mix-blend-mode:normal}.portrait::before{content:'';position:absolute;inset:0;z-index:1;pointer-events:none;background:radial-gradient(88% 62% at 50% 40%, transparent 12%, rgba(0,0,0,0.5) 88%)}.portrait::after{content:'';position:absolute;inset:0;pointer-events:none;background:repeating-linear-gradient(to bottom, rgba(0,0,0,0.16) 0, rgba(0,0,0,0.16) 1px, transparent 1px, transparent 3px)}.cursor{display:inline-block;width:0.55em;height:1.05em;margin-left:0.15em;background:#ffb552;vertical-align:-0.14em;-webkit-animation:blink 1.1s steps(1, end) infinite;animation:blink 1.1s steps(1, end) infinite}@-webkit-keyframes blink{50%{opacity:0}}@keyframes blink{50%{opacity:0}}.button{display:inline-block;padding:8px 16px;border:1px solid #ffb552;border-radius:2px;color:#ffb552;font-size:0.9rem}.button__arrow{-webkit-transition:-webkit-transform 0.15s ease;transition:-webkit-transform 0.15s ease;transition:transform 0.15s ease;transition:transform 0.15s ease, -webkit-transform 0.15s ease;display:inline-block}.button:hover,.button:focus-visible{background:#ffb552;color:#0c0e0b}.button:hover .button__arrow,.button:focus-visible .button__arrow{-webkit-transform:translateX(3px);transform:translateX(3px)}.section{margin-bottom:64px}.section__title{display:flex;align-items:baseline;gap:0.6ch;margin-bottom:24px;padding-bottom:8px;border-bottom:1px solid #1b2117;color:#ccd3c6;font-size:0.95rem;letter-spacing:0.06em;text-transform:uppercase}.section__title::before{content:'##';color:#a9762c;text-transform:none}.prose{max-width:66ch;color:#8d9786}.prose+.prose{margin-top:16px}.tags{display:flex;flex-wrap:wrap;gap:8px}.tag{padding:2px 8px;border:1px solid #262d22;border-radius:2px;background:#12160f;color:#ccd3c6;font-size:0.82rem;white-space:nowrap}.skills__group{display:-ms-grid;display:grid;-ms-grid-columns:14ch 1fr;grid-template-columns:14ch 1fr;gap:16px;padding:16px 0;border-bottom:1px dashed #1b2117}.skills__group:last-child{border-bottom:0}.skills__title{color:#8d9786;font-size:0.85rem;padding-top:2px}.skills__items{margin:0}.entry{display:-ms-grid;display:grid;-ms-grid-columns:20ch 1fr;grid-template-columns:20ch 1fr;gap:24px;padding:24px 0;border-bottom:1px dashed #1b2117}.entry:last-child{border-bottom:0}.entry:first-child{padding-top:0}.entry__period{display:flex;flex-direction:column;gap:2px;font-size:0.82rem}.entry__dates{color:#8d9786}.entry__duration{color:#7a8472}.entry__title{color:#ffb552;font-size:1.05rem}.entry__title a{border-bottom-color:rgba(255,181,82,0.3)}.entry__tag{margin-left:0.4ch;padding:1px 6px;border:1px solid #262d22;border-radius:2px;color:#7a8472;font-size:0.68rem;letter-spacing:0.04em;text-transform:uppercase;vertical-align:0.15em;white-space:nowrap}.entry__role{margin-top:4px;color:#ccd3c6;font-size:0.95rem}.entry__meta{margin-top:2px;color:#7a8472;font-size:0.82rem}.entry__about{margin-top:8px;color:#8d9786;font-size:0.88rem}.entry__list{margin-top:8px;display:flex;flex-direction:column;gap:4px;color:#8d9786;font-size:0.88rem}.entry__list li{padding-left:2.2ch;text-indent:-2.2ch}.entry__list li::before{content:'- ';color:#a9762c}.contacts__row{display:-ms-grid;display:grid;-ms-grid-columns:14ch 1fr;grid-template-columns:14ch 1fr;gap:16px;padding:8px 0;border-bottom:1px dashed #1b2117}.contacts__row:last-child{border-bottom:0}.contacts__key{color:#8d9786;font-size:0.85rem}.contacts__key::after{content:':';color:#7a8472}.contacts__value{margin:0;font-size:0.9rem;overflow-wrap:anywhere}.footer{margin-top:64px;padding-top:16px;border-top:1px solid #262d22;color:#7a8472;font-size:0.8rem}.footer__dim{color:#7a8472}@media (max-width: 640px){body{font-size:15px}.shell{padding:24px 16px 40px}.prompt{display:none}.nav{margin-left:0;width:100%}.entry,.skills__group,.contacts__row{-ms-grid-columns:1fr;grid-template-columns:1fr;gap:8px}.entry__period{flex-direction:row;gap:8px}.hero{-ms-grid-columns:1fr;grid-template-columns:1fr;gap:24px}.portrait{width:128px}}@media (min-width: 641px) and (max-width: 820px){.hero{-ms-grid-columns:160px 1fr;grid-template-columns:160px 1fr;gap:24px}}@media (prefers-reduced-motion: reduce){*,*::before,*::after{-webkit-animation-duration:0.01ms !important;animation-duration:0.01ms !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important;-webkit-transition-duration:0.01ms !important;transition-duration:0.01ms !important}}@media print{.scanlines,.nav,.prompt,.cursor,.hero__cta,.footer{display:none !important}body{background:#fff;color:#111;font-size:9.8pt;line-height:1.4}.shell{max-width:none;padding:0}.main{padding-top:0}.topbar{border-bottom:0;padding:0}.hero{margin-bottom:12pt}.hero__name{color:#111;font-size:20pt}.hero__role,.hero__intro,.prose,.entry__role{color:#111}.hero__handle,.entry__dates,.entry__duration,.entry__meta,.skills__title,.contacts__key{color:#444}.section{margin-bottom:10pt}.section__title{color:#111;border-bottom:0.5pt solid #999;margin-bottom:8pt;page-break-after:avoid;-webkit-column-break-after:avoid;-moz-column-break-after:avoid;break-after:avoid}.section__title::before{content:none}.entry{padding:4pt 0;border-bottom:0.5pt dotted #bbb;page-break-inside:avoid}.entry__title{color:#111;font-size:11pt}.entry__list,.entry__about{color:#222}.entry__tag{border-color:#999;color:#444}.tag{background:none;border:0.5pt solid #999;color:#111}a{color:#111;border-bottom:0}.contacts__value a::after{content:" (" attr(href) ")";color:#555;font-size:8.5pt}.contacts__value a[href^='mailto:']::after{content:''}.highlight{display:none}}