.rt-wrap{border:1px solid var(--rogue-border);width:100%;max-width:440px;height:100%;box-shadow:0 0 0 1px #ffffff08, 0 24px 60px #00000080, 0 0 40px var(--rogue-accent-glow);background:#0c0c0c;border-radius:8px;flex-direction:column;margin-top:3rem;display:flex;overflow:hidden}.rt-titlebar{border-bottom:1px solid var(--rogue-border);background:#111;align-items:center;gap:.4rem;padding:.65rem 1rem;display:flex}.rt-dot{border-radius:50%;width:10px;height:10px}.rt-dot--red{background:#ff5f57}.rt-dot--yellow{background:#febc2e}.rt-dot--green{background:#28c840}.rt-title{color:var(--rogue-muted);letter-spacing:.05em;margin-left:.5rem;font-family:DM Mono,monospace;font-size:.62rem}.rt-body{flex-direction:column;min-height:220px;padding:1.25rem 1.25rem 1.5rem;font-family:DM Mono,monospace;font-size:.72rem;line-height:1.8;transition:opacity .5s;display:flex}.rt-body.is-fading{opacity:0}.rt-line{animation:.15s forwards rt-appear;display:block}.rt-cmd{color:#e8e8e8}.rt-out{color:var(--rogue-muted)}.rt-progress{color:var(--rogue-accent-text);font-variant-numeric:tabular-nums;white-space:pre}@keyframes rt-appear{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}@keyframes rt-blink{0%,to{opacity:1}50%{opacity:0}}@media (width<=480px){.rogue-container{padding-inline:1rem}}
