@keyframes blink-caret{0%,100%{opacity:1}50%{opacity:0}}.term-prompt{color:#67e8f9}.term-cmd{color:#a5f3fc}.term-bracket{color:#475569}.term-string{color:#86efac}.term-path{color:#fdba74}.term-lnum{display:inline-block;min-width:36px;padding-right:12px;color:#334155;text-align:right;user-select:none;flex-shrink:0}.term-row{display:flex;align-items:baseline;padding:0 20px;line-height:1.65}.term-row-content{flex:1}#term-typed,#term-after{white-space:pre}#terminal-body::-webkit-scrollbar{width:6px}#terminal-body::-webkit-scrollbar-track{background:transparent}#terminal-body::-webkit-scrollbar-thumb{background:#334155;border-radius:3px}.term-cursor-char{position:relative}.term-cursor-char::after{content:'';position:absolute;left:0;bottom:0;width:0.58em;height:1em;background:rgba(34,211,238,0.35);border-radius:1px;animation:blink-caret 1s step-end infinite;pointer-events:none}.term-cursor-end{display:inline-block;width:0.58em;height:1em;background:rgba(34,211,238,0.35);vertical-align:text-bottom;border-radius:1px;animation:blink-caret 1s step-end infinite}