.terminal{height:100%;width:100%;padding:20px;overflow-y:auto;cursor:text}.terminal-content{max-width:900px;margin:0 auto}.history-entry{margin-bottom:8px}.prompt-line,.input-line{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.prompt{color:var(--term-accent);white-space:nowrap;-webkit-user-select:none;user-select:none}.command{color:var(--term-fg)}.input-line{position:relative}.input-wrapper{position:relative;flex:1;min-width:200px}.input-mirror{visibility:hidden;white-space:pre}.terminal-input{position:absolute;top:0;left:0;width:100%;background:transparent;border:none;outline:none;color:var(--term-fg);font-family:inherit;font-size:inherit;caret-color:transparent}.terminal-input:disabled{opacity:.7}.cursor{display:inline-block;width:8px;height:1.2em;background:var(--term-fg);animation:blink 1s step-end infinite;vertical-align:text-bottom}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.tab-suggestions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:8px;padding:8px 0}.suggestion{color:var(--term-fg-dim)}.suggestion:hover{color:var(--term-fg)}.output{margin-top:4px;margin-bottom:16px}.output-text,.output-ascii{white-space:pre-wrap;word-wrap:break-word;color:var(--term-fg);margin:0}.output-ascii{color:var(--term-fg-bright);font-size:10px;line-height:1.2}.output-error{color:var(--term-error);white-space:pre-wrap;margin:0}.output-link{display:flex;flex-direction:column;gap:4px}.output-link a{color:var(--term-accent)}.output-html{color:var(--term-fg);line-height:1.6}.output-html p{margin:0 0 1em}.output-html p:last-child{margin-bottom:0}.output-html h2{color:var(--term-fg-bright);font-size:16px;margin:16px 0 8px;border-bottom:1px solid var(--term-fg-dim);padding-bottom:4px}.output-html h2:first-child{margin-top:8px}.output-html h3{color:var(--term-accent);font-size:14px;margin:12px 0 4px}.output-html ul{margin:4px 0 4px 20px;padding:0}.output-html li{margin:2px 0;color:var(--term-fg-dim)}.output-html .highlight{color:var(--term-warning)}.output-html .dim{color:var(--term-fg-dim)}.output-html .section{margin-bottom:16px}.output-html .job{margin-bottom:1.5em}.output-html .job-header{display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px}.output-html .job-title{color:var(--term-fg-bright)}.output-html .job-date{color:var(--term-fg-dim)}.output-html .skills-list{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:8px 0;padding:0}.output-html .skill-tag{background:#00ff001a;border:1px solid var(--term-fg-dim);padding:2px 8px;border-radius:4px;font-size:12px}.output-html .social-links{display:flex;flex-direction:column;gap:8px;margin-top:8px}.output-html .social-link{display:flex;gap:8px}.output-html .social-label{color:var(--term-fg-dim);min-width:80px}.output-html .cmd-list{display:grid;grid-template-columns:120px 1fr;gap:4px 16px;margin-top:8px}.output-html .cmd-name{color:var(--term-warning)}.output-html .cmd-desc{color:var(--term-fg-dim)}@media (max-width: 600px){.terminal{padding:12px}.output-ascii{font-size:6px}.output-html .cmd-list{grid-template-columns:1fr}.output-html .job-header{flex-direction:column;gap:2px}}#root{height:100%;width:100%}:root{--term-bg: #0a0a0a;--term-fg: #00ff00;--term-fg-dim: #00aa00;--term-fg-bright: #00ff66;--term-accent: #00ffff;--term-error: #ff3333;--term-warning: #ffcc00;--term-selection: rgba(0, 255, 0, .2);--scanline-color: rgba(0, 0, 0, .1);--font-mono: "JetBrains Mono", "Fira Code", "SF Mono", "Consolas", monospace}*{margin:0;padding:0;box-sizing:border-box}::selection{background:var(--term-selection);color:var(--term-fg-bright)}html,body,#root{height:100%;width:100%}body{font-family:var(--font-mono);font-size:14px;line-height:1.6;background:var(--term-bg);color:var(--term-fg);overflow:hidden}body:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(0deg,transparent,transparent 2px,var(--scanline-color) 2px,var(--scanline-color) 4px);pointer-events:none;z-index:9999}@keyframes flicker{0%{opacity:.97}5%{opacity:.95}10%{opacity:.97}15%{opacity:.94}20%{opacity:.98}to{opacity:.97}}body:after{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at center,transparent 0%,rgba(0,0,0,.2) 90%,rgba(0,0,0,.4) 100%);pointer-events:none;z-index:9998;animation:flicker .15s infinite}a{color:var(--term-accent);text-decoration:none}a:hover{text-decoration:underline}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--term-bg)}::-webkit-scrollbar-thumb{background:var(--term-fg-dim);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--term-fg)}
