@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;700&display=swap";:root,[data-theme=green]{--bg: #0d1117;--surface: #161b22;--text: #c9d1d9;--text-dim: #6e7681;--accent: #39d353;--accent2: #58a6ff;--accent3: #f0883e;--error: #f85149;--link: #58a6ff;--glow: rgba(57, 211, 83, .35);--cursor-color:#39d353;--scanline: rgba(0, 0, 0, .18)}[data-theme=amber]{--bg: #1a1200;--surface: #231900;--text: #e8d8b0;--text-dim: #7a6a44;--accent: #ffb000;--accent2: #ff8c00;--accent3: #ffd700;--error: #ff4444;--link: #ffd700;--glow: rgba(255, 176, 0, .35);--cursor-color:#ffb000;--scanline: rgba(0, 0, 0, .2)}[data-theme=dracula]{--bg: #282a36;--surface: #343746;--text: #f8f8f2;--text-dim: #6272a4;--accent: #50fa7b;--accent2: #8be9fd;--accent3: #ffb86c;--error: #ff5555;--link: #bd93f9;--glow: rgba(80, 250, 123, .3);--cursor-color:#ff79c6;--scanline: rgba(0, 0, 0, .12)}[data-theme=matrix]{--bg: #000000;--surface: #001100;--text: #00ff41;--text-dim: #007a1f;--accent: #00ff41;--accent2: #00dd37;--accent3: #00bb2e;--error: #ff0000;--link: #00ff41;--glow: rgba(0, 255, 65, .55);--cursor-color:#00ff41;--scanline: rgba(0, 0, 0, .25)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;width:100%;overflow:hidden}body{background:var(--bg);color:var(--text);font-family:IBM Plex Mono,Courier New,monospace;font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}body:after{content:"";position:fixed;inset:0;z-index:9999;pointer-events:none;background:repeating-linear-gradient(0deg,var(--scanline) 0px,var(--scanline) 1px,transparent 1px,transparent 2px)}#terminal-root{height:100vh;width:100%;overflow-y:auto;overflow-x:hidden;padding:1.25rem 1.5rem 6rem;scroll-behavior:smooth;word-wrap:break-word}#terminal-root::-webkit-scrollbar{width:6px}#terminal-root::-webkit-scrollbar-track{background:var(--bg)}#terminal-root::-webkit-scrollbar-thumb{background:var(--text-dim);border-radius:3px}#terminal-root::-webkit-scrollbar-thumb:hover{background:var(--accent)}.term-input-row{display:flex;align-items:center;gap:.5rem;padding:.2rem 0}.term-input{flex:1;background:transparent;border:none;outline:none;color:var(--text);font-family:inherit;font-size:inherit;caret-color:var(--cursor-color);caret-shape:block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.term-cursor{display:inline-block;width:.6ch;height:1em;background:var(--cursor-color);vertical-align:text-bottom;animation:blink 1.1s step-end infinite;box-shadow:0 0 4px var(--cursor-color)}.prompt-user{color:var(--accent);font-weight:700}.prompt-at{color:var(--text)}.prompt-host{color:var(--accent2);font-weight:700}.prompt-path{color:var(--text-dim)}.prompt-dollar{color:var(--text)}.term-output{margin-bottom:.25rem;padding:.1rem 0}.term-cmd-echo{color:var(--text-dim);font-style:italic}.term-error{color:var(--error)}.term-link{color:var(--link);text-decoration:underline;cursor:pointer}.term-link:hover{opacity:.8}.term-accent{color:var(--accent)}.term-accent2{color:var(--accent2)}.term-accent3{color:var(--accent3)}.term-dim{color:var(--text-dim)}.term-hints{display:flex;flex-wrap:wrap;gap:1rem;color:var(--accent3);padding:.25rem 0}.term-ascii{color:var(--accent);text-shadow:0 0 8px var(--glow);white-space:pre;line-height:1.2;font-size:.8em;overflow-x:auto}.term-ascii-mobile{display:none;color:var(--accent);text-shadow:0 0 8px var(--glow);white-space:pre!important;word-wrap:normal!important;line-height:1;font-size:10px;overflow:hidden}.term-section-header{color:var(--accent3);font-weight:700;margin-top:.75rem;margin-bottom:.25rem;border-bottom:1px solid var(--surface);padding-bottom:.1rem}.term-help-row{display:grid;grid-template-columns:12ch 1fr;gap:.5rem;padding:.1rem 0}.term-list-item{display:grid;grid-template-columns:3ch 1fr;gap:.5rem;padding:.2rem 0;align-items:start}.term-list-num{color:var(--accent3);font-weight:700}.term-list-title{color:var(--accent2);font-weight:500}.term-list-desc{color:var(--text-dim);font-size:.9em}.term-list-tags{color:var(--text-dim);font-size:.85em}.term-resume-entry{margin:.5rem 0 .75rem;padding-left:1rem;border-left:2px solid var(--surface)}.term-resume-title{color:var(--accent2);font-weight:700}.term-resume-org{color:var(--accent3)}.term-resume-meta{color:var(--text-dim);font-size:.85em}.term-resume-bullets{list-style:none;margin-top:.25rem}.term-resume-bullets li:before{content:"• ";color:var(--accent)}.term-resume-bullets li{margin-bottom:.15rem;font-size:.9em}.term-skills-row{display:grid;grid-template-columns:16ch 1fr;gap:.5rem;padding:.2rem 0;align-items:start}.term-skills-cat{color:var(--accent3);font-weight:700}.term-skills-items{color:var(--text)}.term-sep{color:var(--text-dim);margin:.4rem 0;user-select:none;border-bottom:1px solid var(--text-dim)}.term-theme-swatch{display:inline-block;width:1ch;height:1em;vertical-align:text-bottom;margin-right:.5rem;border-radius:2px}@media (max-width: 640px){body{font-size:13px}#terminal-root{padding:.75rem .9rem 8rem}.term-input{font-size:16px}.term-ascii{display:none}.term-ascii-mobile{display:block}.prompt-host,.prompt-path,.prompt-at{display:none}.term-help-row{grid-template-columns:10ch 1fr}.term-skills-row{grid-template-columns:1fr}.term-resume-entry{padding-left:.5rem}}.sr-only[data-astro-cid-j7pv25f6]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
