:root,[data-theme=green]{--bg: #0d1117;--surface: #161b22;--text: #c9d1d9;--text-dim: #838991;--text-secondary: #a6adb5;--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);--bar-height: 42px}[data-theme=amber]{--bg: #1a1200;--surface: #231900;--text: #e8d8b0;--text-dim: #978a6b;--text-secondary: #bcae8b;--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);--bar-height: 42px}[data-theme=dracula]{--bg: #282a36;--surface: #343746;--text: #f8f8f2;--text-dim: #8297d9;--text-secondary: #a3bdff;--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);--bar-height: 42px}[data-theme=matrix]{--bg: #000000;--surface: #001100;--text: #00ff41;--text-dim: #009d28;--text-secondary: #00c632;--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);--bar-height: 42px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;min-height:100%}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}#terminal-root:after{content:"";position:absolute;inset:0;z-index:9999;pointer-events:none;border-radius:0 0 6px 6px;background:repeating-linear-gradient(0deg,var(--scanline) 0px,var(--scanline) 1px,transparent 1px,transparent 2px)}#terminal-root{height:100%;width:100%;overflow-y:auto;overflow-x:hidden;padding:1.25rem 1.5rem 6rem;scroll-behavior:smooth;word-wrap:break-word;position:relative}#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-row:focus-within{outline:1px solid var(--accent);outline-offset:4px;border-radius:2px}.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-colon,.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-link:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}.term-accent{color:var(--accent)}.term-accent2{color:var(--accent2)}.term-accent3{color:var(--accent3)}.term-dim{color:var(--text-dim)}.term-body{color:var(--text-secondary)}.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-secondary);font-size:1em}.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}.term-page{max-width:76ch;margin:0 auto;padding:2rem 1.5rem 6rem}.term-page h1{color:var(--accent2);font-size:1.5rem;margin:.75rem 0 .25rem}.term-prose{margin-top:1.5rem}.term-prose h2{color:var(--accent3);font-size:1.1rem;margin:1.5rem 0 .5rem}.term-prose h3{color:var(--accent3);font-size:1rem;margin:1.25rem 0 .5rem}.term-prose p{margin-bottom:.85rem}.term-prose ul,.term-prose ol{margin:0 0 .85rem 1.25rem}.term-prose li{margin-bottom:.3rem}.term-prose code{background:var(--surface);padding:.1em .35em;border-radius:3px}.term-prose pre{background:var(--surface);padding:.85rem;border-radius:4px;overflow-x:auto;margin-bottom:.85rem}.term-prose a{color:var(--link)}@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-user,.prompt-at,.prompt-host,.prompt-colon{display:none}.term-help-row{grid-template-columns:10ch 1fr}.term-skills-row{grid-template-columns:1fr}.term-resume-entry{padding-left:.5rem}}@media (prefers-reduced-motion: reduce){.term-cursor{animation:none;opacity:1}#terminal-root{scroll-behavior:auto}}
