:root{--bg: #000000;--green: #33ff33;--green-dim: #4f9f4f;--green-bright: #b6ffb6;--red: #ff6b61;--rule: rgba(51, 255, 51, .22);--glow: rgba(51, 255, 51, .45);--font-display: "VT323", ui-monospace, monospace;--font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--fs-base: 1rem;--lh: 1.6;--gutter: clamp(1rem, 4vw, 2.5rem);--maxw: 900px;--user-id-reserve: 10ch}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--green);font-family:var(--font-mono);font-size:var(--fs-base);line-height:var(--lh);overflow-x:hidden}::selection{background:var(--green);color:var(--bg)}:focus-visible{outline:2px solid var(--green);outline-offset:2px}.terminal{min-height:100%;display:flex;flex-direction:column;cursor:text}.terminal-screen{flex:1;width:100%;max-width:var(--maxw);margin:0 auto;padding:var(--gutter) var(--gutter) 1rem}.terminal p{margin:0 0 .35rem}.banner{margin-bottom:1.5rem}.banner-name{margin:0;font-family:var(--font-display);font-size:clamp(2.75rem,13vw,5.5rem);line-height:.95;letter-spacing:.02em;color:var(--green-bright);text-shadow:0 0 14px var(--glow)}.banner-tagline{margin:.35rem 0 1rem;color:var(--green-dim)}.banner-boot{min-height:calc(4 * var(--lh) * 1em)}.boot-line{margin:0;color:var(--green-dim)}.banner-cta{margin-top:.75rem}.boot-loading{margin:0;color:var(--green)}.boot-welcome{margin:0;color:var(--green-bright)}.entry{margin-bottom:1rem}.entry-command{overflow-wrap:anywhere}.entry-input{color:var(--green-bright)}.entry-output{margin-top:.35rem}.prompt{color:var(--green-dim);-webkit-user-select:none;user-select:none}.input-line{display:flex;align-items:baseline;gap:.5ch}.input-wrap{position:relative;flex:1;min-width:0;overflow:hidden}.input{position:relative;z-index:1;width:100%;padding:0;border:0;background:transparent;color:transparent;caret-color:transparent;font:inherit;white-space:pre}.input:focus{outline:none}.input-mirror{position:absolute;inset:0;white-space:pre;pointer-events:none;color:var(--green-bright)}.cursor{background:var(--green);color:var(--bg);animation:blink 1.06s step-end infinite}.cursor--idle{animation:none;background:transparent;color:var(--green-bright);box-shadow:inset 0 0 0 1px var(--green-dim)}@keyframes blink{0%,50%{background:var(--green);color:var(--bg)}50.01%,to{background:transparent;color:var(--green-bright)}}.dock{position:sticky;bottom:0;z-index:10;padding:.6rem var(--gutter) .75rem;background:var(--bg);border-top:1px solid var(--rule)}.hint{max-width:var(--maxw);margin:0 auto;color:var(--green-dim);padding-right:var(--user-id-reserve)}.user-id{position:fixed;right:var(--gutter);bottom:.75rem;z-index:11;margin:0;font-family:var(--font-display);font-size:1rem;line-height:1;color:var(--green-dim);opacity:.75;-webkit-user-select:none;user-select:none;pointer-events:none}@media(max-width:30rem){.user-id{right:calc(var(--gutter) / 2);bottom:.5rem;font-size:.85rem}}.muted{color:var(--green-dim)}.error{color:var(--red)}code{font:inherit;color:var(--green-bright)}strong{color:var(--green-bright);font-weight:700}.output-heading{margin:0 0 .15rem;font-size:1rem;color:var(--green-bright)}.link{color:var(--green-bright);text-underline-offset:3px}.link:hover,.link:focus-visible{background:var(--green);color:var(--bg);text-decoration:none}.link-list{margin:.5rem 0;padding:0;list-style:none}.link-list li{display:flex;flex-wrap:wrap;gap:0 1.5ch}.link-label{flex:0 0 10ch;color:var(--green-dim)}.link-list a{overflow-wrap:anywhere}.skill-groups{margin:.25rem 0}.skill-group{display:flex;flex-wrap:wrap;gap:0 1.5ch;margin-bottom:.25rem}.skill-category{flex:0 0 24ch;color:var(--green-bright)}.skill-list{flex:1 1 24ch;margin:0}.timeline{margin:.25rem 0;padding-left:2ch;list-style:none;border-left:1px solid var(--rule)}.timeline-item{position:relative;margin-bottom:1rem}.timeline-item:before{content:"+";position:absolute;left:-2.55ch;color:var(--green-dim)}.timeline-title{margin:0;font-size:1rem;color:var(--green-bright)}.timeline-period{color:var(--green-dim);font-weight:400}.timeline-subtitle{margin:0;color:var(--green-dim);overflow-wrap:anywhere}.timeline-bullets{margin:.25rem 0 0;padding-left:0;list-style:none}.timeline-bullets li{position:relative;padding-left:2ch;overflow-wrap:anywhere}.timeline-bullets li:before{content:"-";position:absolute;left:0;color:var(--green-dim)}.output-subheading{margin:1rem 0 .35rem;font-size:1rem;font-weight:400;color:var(--green-dim)}.project-list{margin:0;padding:0;list-style:none}.project{margin-bottom:1.25rem}.project-name{margin:0;font-size:1rem;color:var(--green-bright)}.project-date{color:var(--green-dim);font-weight:400}.project-tech{margin:.15rem 0;padding-left:6ch;text-indent:-6ch;overflow-wrap:anywhere}.project-tech-label{display:inline-block;width:5ch;color:var(--green-dim)}.project-highlights{margin:.35rem 0;padding-left:0;list-style:none}.project-highlights li{position:relative;padding-left:2ch;overflow-wrap:anywhere}.project-highlights li:before{content:"-";position:absolute;left:0;color:var(--green-dim)}.project-links,.resume-actions{display:flex;flex-wrap:wrap;gap:0 2ch}.help-table{margin:.5rem 0}.help-row{display:flex;flex-wrap:wrap;gap:0 1.5ch}.help-name{color:var(--green-bright);flex:0 0 18ch}.help-desc{margin:0;flex:1 1 22ch;color:var(--green-dim)}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.cursor{animation:none;background:var(--green);color:var(--bg)}}html{scroll-padding-bottom:5.5rem}.scroll-anchor{scroll-margin-bottom:5.5rem}body:after{content:"";position:fixed;inset:0;z-index:100;pointer-events:none;background:repeating-linear-gradient(to bottom,#0000 0 2px,#0000002b 2px 3px)}body:before{content:"";position:fixed;inset:0;z-index:99;pointer-events:none;background:radial-gradient(ellipse at center,#0000 55%,#00000080)}body{text-shadow:0 0 1px rgba(51,255,51,.35)}
