.terminal-input{align-items:center;display:flex;position:relative}.terminal-input:after{content:"";top:50%;left:calc(var(--cursor-left,0)*1ch);pointer-events:none;z-index:1;background-color:rgba(229,231,235,.9);width:1ch;height:1em;animation:1s step-end infinite terminal-caret;position:absolute;transform:translateY(-50%)}.terminal-input:focus-within:after{animation-play-state:running}.terminal-input:not(:focus-within):after{opacity:.5;animation-play-state:paused}@keyframes terminal-caret{0%,50%{opacity:1}50%,to{opacity:0}}
