.r2o-term{background:var(--color-surface);border:1px solid var(--color-border-strong);box-sizing:border-box;font-family:var(--font-mono),monospace;border-radius:11px;width:100%;font-size:12.5px;overflow:hidden}.r2o-term-bar{border-bottom:1px solid var(--color-border-strong);align-items:center;gap:7px;padding:11px 14px;display:flex}.r2o-term-title{color:var(--color-text-muted);margin-inline-start:7px}.r2o-term-status{color:#4ade80;white-space:nowrap;align-items:center;gap:7px;margin-inline-start:auto;font-size:11px;display:flex}.r2o-term-status:before{content:"";background:currentColor;border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite r2o-term-pulse}.r2o-term-dot{border-radius:50%;width:11px;height:11px;display:inline-block}.r2o-term-dot-close{background:#f05650}.r2o-term-dot-minimize{background:#f5bd4f}.r2o-term-dot-zoom{background:#5fca6b}.r2o-term-body{box-sizing:border-box;color:var(--color-text);min-height:240px;padding:14px 16px;line-height:1.9;overflow:hidden}.r2o-term-line{white-space:pre-wrap}.r2o-term-body:has(>.r2o-term-screen){display:grid}.r2o-term-ghost,.r2o-term-screen{grid-area:1/1}.r2o-term-ghost{visibility:hidden}.r2o-term-prompt{color:#4ade80}.r2o-term-arg,.r2o-term-ok{color:var(--color-accent)}.r2o-term-dim{color:var(--color-text-muted)}.r2o-term-result{color:#cbd5e1}.r2o-term-static .r2o-term-body{min-height:0;padding:20px}.r2o-term-static .r2o-term-line{white-space:pre-wrap}.r2o-term-gap{margin-block-start:8px}.r2o-term-tags{font-family:var(--font-sans),sans-serif;flex-wrap:wrap;gap:8px;margin-block-start:20px;display:flex}.r2o-term>.r2o-term-tags{border-top:1px solid var(--color-border-strong);margin-block-start:0;padding:12px 16px}.r2o-term-tag{border:1px solid var(--color-border-strong);color:var(--color-text-heading);border-radius:999px;padding:5px 12px;font-size:12px;font-weight:600;line-height:1.5}.r2o-term-cursor{animation:1.1s step-end infinite r2o-term-blink}@keyframes r2o-term-blink{50%{opacity:0}}@keyframes r2o-term-pulse{0%,to{opacity:.35;transform:scale(.85)}50%{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.r2o-term-cursor,.r2o-term-status:before{animation:none}}