:root{--bg:#0d0d0d;--surface:#141414;--border:#2a2a2a;--text:#e8e8e8;--muted:#888;--dim:#555;--green:#3f6;--amber:#ffb000;--gold:#c9a227;--blue:#5cadff;--font:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--font-prose:"IBM Plex Sans", "Segoe UI", sans-serif;--page:52rem;--lh:1.55;--ease:cubic-bezier(.22, 1, .36, 1)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);font-size:.875rem;line-height:var(--lh);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;margin:0}a{color:inherit}::selection{background:color-mix(in srgb, var(--green) 25%, transparent);color:var(--text)}.site-shell{flex-direction:column;min-height:100vh;padding:1rem;display:flex}.site-frame{width:min(var(--page), 100%);flex-direction:column;flex:1;margin-inline:auto;display:flex}.terminal__titlebar{background:var(--bg);border-bottom:1px solid var(--border);align-items:center;gap:.75rem;padding:.625rem 1rem;display:flex}.terminal__controls{gap:.375rem;display:flex}.terminal__dot{border-radius:50%;width:.625rem;height:.625rem}.terminal__dot--red{background:#ff5f57}.terminal__dot--amber{background:#febc2e}.terminal__dot--green{background:#28c840}.terminal__title{color:var(--muted);text-align:center;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.75rem;overflow:hidden}.terminal__nav{background:var(--surface);border-bottom:1px solid var(--border);flex-wrap:wrap;gap:.5rem 1.25rem;padding:.625rem 1rem;display:flex}.terminal__nav a{color:var(--muted);transition:color .15s var(--ease);font-size:.8125rem;text-decoration:none}.terminal__nav a:hover,.terminal__nav a[aria-current=page]{color:var(--green)}.terminal__nav a:focus-visible{outline:1px solid var(--green);outline-offset:2px;border-radius:2px}.terminal__body{flex:1;padding:1.25rem 1rem 1.5rem}main{flex:1}.section{border-bottom:1px solid var(--border);padding:1.5rem 0}.section:last-child{border-bottom:none;padding-bottom:.5rem}.section__title{letter-spacing:.06em;text-transform:uppercase;color:var(--amber);margin:0 0 1rem;font-size:.75rem;font-weight:500}.section__text{max-width:40rem;color:var(--text);margin:0;line-height:1.65}.section__text--muted{color:var(--muted)}.tag-list{flex-wrap:wrap;gap:.35rem;margin:.75rem 0 0;padding:0;list-style:none;display:flex}.tag-list .tag{border:1px solid var(--border);background:#00000038;border-radius:999px;padding:.2rem .55rem}.section__more{margin:1rem 0 0}.hero{padding-top:.25rem}.hex-hero{min-height:8rem;padding-top:.25rem;position:relative}.hex-hero.is-decoding{cursor:pointer;min-height:11rem}.hex-hero__panel{border:1px solid var(--border);border-left:3px solid var(--green);transition:opacity .55s var(--ease), transform .55s var(--ease), filter .55s var(--ease);background:#000;border-radius:0 4px 4px 0;padding:.875rem 1rem 1rem}.hex-hero.is-decoded .hex-hero__panel{opacity:0;filter:blur(4px);pointer-events:none;width:100%;position:absolute;inset:0 auto auto 0;transform:translateY(-.35rem)}.hex-hero__cmd{color:var(--muted);margin:0 0 .75rem;font-size:.75rem}.hex-hero__cmd:before{content:"→ ";color:var(--green)}.hex-hero__dump{color:var(--muted);white-space:pre;tab-size:2;margin:0;font-size:clamp(.5625rem,1.6vw,.6875rem);line-height:1.55;overflow-x:auto}.hex-hero__hint{color:var(--dim);text-transform:lowercase;letter-spacing:.04em;margin:.75rem 0 0;font-size:.6875rem}.hex-hero__content{opacity:0;visibility:hidden;transform:translateY(.4rem)}.hex-hero.is-decoded .hex-hero__content{opacity:1;visibility:visible;transition:opacity .55s .12s var(--ease), transform .55s .12s var(--ease), visibility 0s .12s;transform:translateY(0)}.hex-hero.is-decoded .hex-hero__content .hero__name,.hex-hero.is-decoded .hex-hero__content .hero__role,.hex-hero.is-decoded .hex-hero__content .hero__tagline{animation:hex-line-in .5s var(--ease) both}.hex-hero.is-decoded .hex-hero__content .hero__role{animation-delay:70ms}.hex-hero.is-decoded .hex-hero__content .hero__tagline{animation-delay:.14s}html.hex-animate .hex-hero:not(.is-decoded) .hex-hero__content{opacity:0;visibility:hidden}@keyframes hex-line-in{0%{opacity:0;filter:blur(2px);transform:translateY(.3rem)}to{opacity:1;filter:blur();transform:translateY(0)}}.hero--compact .hero__name{font-size:1.375rem}.hero__name{color:var(--green);letter-spacing:-.02em;margin:0;font-size:1.625rem;font-weight:500;line-height:1.2}.hero__role{color:var(--amber);margin:.5rem 0 0;font-size:.8125rem}.hero__tagline{max-width:40rem;color:var(--muted);margin:.875rem 0 0;line-height:1.65}.text-link{color:var(--blue);text-decoration:none}.text-link:hover,.text-link:focus-visible{color:var(--green);outline:none;text-decoration:underline}.project-list{gap:.75rem;display:grid}.project-card{border:1px solid var(--border);transition:border-color .15s var(--ease), background .15s var(--ease);background:#00000038;border-radius:4px;padding:1rem 1.125rem}.project-card:hover{border-color:color-mix(in srgb, var(--green) 35%, var(--border));background:#33ff660a}.project-card__title{margin:0 0 .5rem;font-size:1rem;font-weight:500;line-height:1.3}.project-card__title a{color:var(--text);text-decoration:none}.project-card__title a:hover,.project-card__title a:focus-visible{color:var(--green);outline:none}.project-card__summary{color:var(--muted);margin:0 0 .75rem;font-size:.8125rem;line-height:1.55}.project-card__link{color:var(--blue);font-size:.8125rem;font-weight:500;text-decoration:none}.project-card__link:hover,.project-card__link:focus-visible{color:var(--green);outline:none;text-decoration:underline}.experience-list{gap:.75rem;display:grid}.experience-card{border:1px solid var(--border);border-left:3px solid var(--amber);background:#00000038;border-radius:0 4px 4px 0;padding:1rem 1.125rem}.experience-card__head{margin-bottom:.75rem}.experience-card__title{color:var(--text);margin:0 0 .25rem;font-size:1rem;font-weight:500;line-height:1.3}.experience-card__company{color:var(--green);margin:0 0 .35rem;font-size:.8125rem}.experience-card__meta{color:var(--dim);flex-wrap:wrap;gap:.35rem .75rem;margin:0;font-size:.75rem;display:flex}.experience-card__stack{color:var(--muted)}.experience-card__highlights{color:var(--muted);margin:0;padding-left:1.125rem;font-size:.8125rem;line-height:1.55}.experience-card__highlights li{margin-bottom:.4rem}.experience-card__highlights li:last-child{margin-bottom:0}.experience-card__highlights li::marker{color:var(--amber)}.post-list{gap:.5rem;display:grid}.post-entry{border:1px solid var(--border);transition:border-color .15s var(--ease), background .15s var(--ease);background:#00000026;border-radius:4px;padding:.875rem 1rem;text-decoration:none;display:block}.post-entry:hover,.post-entry:focus-visible{border-color:color-mix(in srgb, var(--green) 35%, var(--border));background:#33ff660a;outline:none}.post-entry__head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem 1rem;margin-bottom:.35rem;display:flex}.post-entry__title{color:var(--text);margin:0;font-size:.9375rem;font-weight:500}.post-entry:hover .post-entry__title,.post-entry:focus-visible .post-entry__title{color:var(--green)}.post-entry__date{color:var(--dim);flex-shrink:0;font-size:.75rem}.post-entry__summary{color:var(--muted);margin:0;font-size:.8125rem;line-height:1.5}.post-entry__tags{flex-wrap:wrap;gap:.35rem;margin-top:.5rem;display:flex}.tag{color:var(--gold);font-size:.75rem}.tag:before{content:"#";color:var(--dim)}.contact-list{flex-wrap:wrap;gap:.5rem 1.25rem;margin:0;padding:0;list-style:none;display:flex}.contact-list a{color:var(--blue);font-size:.875rem;text-decoration:none}.contact-list a:hover,.contact-list a:focus-visible{color:var(--green);outline:none;text-decoration:underline}.terminal__footer{border-top:1px solid var(--border);background:var(--surface);padding:.75rem 1rem}.footer__text{color:var(--dim);margin:0;font-size:.75rem}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hex-hero.is-decoded .hex-hero__content .hero__name,.hex-hero.is-decoded .hex-hero__content .hero__role,.hex-hero.is-decoded .hex-hero__content .hero__tagline{animation:none!important}.hex-hero.is-decoded .hex-hero__panel{display:none}.hex-hero.is-decoded .hex-hero__content{opacity:1;visibility:visible;transform:none}}.post{padding:.25rem 0 .5rem}.post__back{margin:0 0 1rem;font-size:.8125rem}.post__header{border-bottom:1px solid var(--border);margin-bottom:1.5rem;padding-bottom:1.25rem}.post__title{color:var(--green);margin:0 0 .75rem;font-size:1.375rem;font-weight:500;line-height:1.25}.post__summary{max-width:40rem;font-family:var(--font-prose);color:var(--muted);margin:0;font-size:1rem;line-height:1.65}.post__meta{flex-wrap:wrap;gap:1rem 1.5rem;margin:0 0 1rem;display:flex}.post__field{flex-wrap:wrap;align-items:baseline;gap:.35rem .5rem;margin:0;display:flex}.post__field dt{color:var(--amber);margin:0;font-size:.75rem}.post__field dt:after{content:":"}.post__field dd{color:var(--muted);margin:0;font-size:.8125rem}.post__field dd .tag{margin-right:.35rem}.post-body{font-family:var(--font-prose);color:var(--text);font-size:1.0625rem;line-height:1.7}.post-body>:first-child{margin-top:0}.post-body>:last-child{margin-bottom:0}.post-body h2{color:var(--amber);margin:1.75rem 0 .75rem;font-size:1.125rem;font-weight:600;line-height:1.35}.post-body h3{color:var(--text);margin:1.25rem 0 .5rem;font-size:1.0625rem;font-weight:600;line-height:1.4}.post-body p{color:var(--text);margin:0 0 1rem}.post-body a{color:var(--blue);text-decoration:none}.post-body a:hover,.post-body a:focus-visible{color:var(--green);outline:none;text-decoration:underline}.post-body ul,.post-body ol{color:var(--text);margin:0 0 1rem;padding-left:1.25rem}.post-body li{margin-bottom:.35rem}.post-body li::marker{color:var(--green)}.post-body strong{color:var(--text);font-weight:600}.post-body code{font-family:var(--font);color:var(--green);border:1px solid var(--border);background:#00000059;border-radius:3px;padding:.1rem .35rem;font-size:.875rem}.post-body pre{font-family:var(--font);border:1px solid var(--border);border-left:3px solid var(--green);background:#000;border-radius:0 4px 4px 0;margin:0 0 1rem;padding:.875rem 1rem;overflow-x:auto}.post-body pre code{color:var(--text);background:0 0;border:none;border-radius:0;padding:0;font-family:inherit;font-size:.8125rem;line-height:1.55}.post-body blockquote{border-left:3px solid var(--amber);color:var(--muted);margin:0 0 1rem;padding:.5rem 0 .5rem 1rem}.post-body blockquote p{margin:0}.post-body hr{border:none;border-top:1px dashed var(--border);margin:1.5rem 0}.post-body table{border-collapse:collapse;width:100%;margin:0 0 1rem;font-size:.8125rem}.post-body th,.post-body td{text-align:left;border:1px solid var(--border);padding:.5rem .75rem}.post-body th{color:var(--amber);background:#00000040;font-weight:500}.post-body td{color:var(--muted)}
