body{margin:0;padding:0;overflow-x:hidden;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#657c9540;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#657c9566}::selection{background:#0a5ef033;color:inherit}html{scroll-behavior:smooth}/**
 * termynal.js
 *
 * @author Ines Montani <ines@ines.io>
 * @version 0.0.1
 * @license MIT
 */:root{--color-bg: #252a33;--color-text: #eee;--color-text-subtle: #a2a2a2}[data-termynal]{background:var(--color-bg);border-radius:4px;box-sizing:border-box;color:var(--color-text);font-family:Fira Mono,Consolas,Menlo,Monaco,Courier New,Courier,monospace;font-size:18px;max-width:100%;padding:75px 45px 35px;position:relative;width:750px}[data-termynal]:before{background:#d9515d;border-radius:50%;box-shadow:25px 0 #f4c025,50px 0 #3ec930;content:"";display:inline-block;height:15px;left:15px;position:absolute;top:15px;width:15px}[data-termynal]:after{color:var(--color-text-subtle);content:"bash";left:0;position:absolute;text-align:center;top:5px;width:100%}[data-ty]{display:block;line-height:2}[data-ty]:before{content:"";display:inline-block;vertical-align:middle}[data-ty=input]:before,[data-ty-prompt]:before{color:var(--color-text-subtle);margin-right:.75em}[data-ty=input]:before{content:"$"}[data-ty][data-ty-prompt]:before{content:attr(data-ty-prompt)}[data-ty-cursor]:after{animation:blink 1s infinite;content:attr(data-ty-cursor);font-family:monospace;margin-left:.5em}@keyframes blink{50%{opacity:0}}.termynal-shell{background:#252a33;border-radius:8px;font-family:Fira Mono,Consolas,Menlo,Monaco,Courier New,monospace;font-size:15px;color:#eee;position:relative;width:100%;max-width:100%;margin:1.5rem 0}.termynal-shell__titlebar{height:36px;display:flex;align-items:center;justify-content:center;position:relative;padding:0 15px;flex-shrink:0}.termynal-shell__dots{position:absolute;left:15px;top:50%;transform:translateY(-50%);display:flex;gap:8px}.termynal-shell__dot{width:12px;height:12px;border-radius:50%}.termynal-shell__title{color:#a2a2a2;font-size:13px}.termynal-shell__body{overflow-y:auto;padding:12px 24px 16px}.termynal-shell__body[data-termynal]{background:transparent;border-radius:0;padding:0;width:auto;max-width:none;position:static;font-size:inherit;color:inherit;font-family:inherit}.termynal-shell__body[data-termynal]:before,.termynal-shell__body[data-termynal]:after{display:none}.termynal-shell__body[data-termynal] pre{line-height:1.4;margin:0;padding-left:8px;white-space:pre-wrap;word-break:break-all}.termynal-shell__body::-webkit-scrollbar{width:6px}.termynal-shell__body::-webkit-scrollbar-track{background:transparent}.termynal-shell__body::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}
