:root{--bg:#000;--fg:#fff}*{box-sizing:border-box}body,html{margin:0;width:100%;height:100%;background:var(--bg);color:var(--fg);font-family:Courier New,Courier,monospace}body{display:flex;align-items:center;justify-content:center;padding:24px}.terminal-line{display:inline-flex;align-items:flex-start;gap:.12em;font-size:clamp(20px,5vw,36px);letter-spacing:.02em;text-transform:lowercase;text-align:center;max-width:100%;overflow:hidden;color:var(--fg);text-decoration:none;cursor:default}#text{display:inline-block;min-height:1.2em;white-space:pre-wrap}.cursor{width:.6em;height:1em;background:var(--fg);margin-left:.12em;animation:blink .9s step-end infinite;flex:0 0 auto}@keyframes blink{0%,49%{opacity:1}50%,to{opacity:0}}@media (max-width:420px){.terminal-line{font-size:clamp(18px,7vw,28px);justify-content:center}}