.tm-root{background:var(--bg2);outline:none;flex-direction:column;width:100%;height:100%;font-family:JetBrains Mono,monospace;display:flex;overflow:hidden}.tm-titlebar{background:var(--bg3);border-bottom:1px solid var(--bd2);flex-shrink:0;align-items:center;gap:12px;padding:10px 16px;display:flex}.tm-dots{flex-shrink:0;gap:6px;display:flex}.tm-dot{cursor:pointer;border-radius:50%;width:12px;height:12px;transition:filter .15s}.tm-dot:hover{filter:brightness(1.3)}.tm-dot.red{background:#f55}.tm-dot.yellow{background:#ffcb6b}.tm-dot.green{background:#4ec994}.tm-title{color:var(--tx3);text-align:center;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:13px;overflow:hidden}.tm-titlebar-right{flex-shrink:0;align-items:center;gap:14px;display:flex}.tm-stat{flex-direction:column;align-items:center;gap:1px;font-size:14px;font-weight:500;display:flex}.tm-stat-label{color:var(--tx4);letter-spacing:.1em;text-transform:uppercase;font-size:9px}.tm-mode-btn{border:1px solid var(--bd);color:var(--tx3);cursor:pointer;letter-spacing:.04em;background:0 0;border-radius:4px;padding:4px 10px;font-family:JetBrains Mono,monospace;font-size:11px;transition:all .15s}.tm-mode-btn:hover{border-color:var(--hl-blue);color:var(--hl-blue)}.tm-progress-track{background:var(--bg);flex-shrink:0;width:100%;height:2px}.tm-progress-fill{background:linear-gradient(90deg,var(--hl-green),var(--hl-blue));height:100%;transition:width .12s}.tm-body{background:var(--bg2);scrollbar-width:thin;scrollbar-color:var(--bd2)var(--bg2);flex:1;min-height:0;padding:20px 28px 40px;overflow-y:auto}.tm-body::-webkit-scrollbar{width:4px}.tm-body::-webkit-scrollbar-track{background:var(--bg2)}.tm-body::-webkit-scrollbar-thumb{background:var(--bd2);border-radius:2px}.tm-banner{border-bottom:1px solid var(--bd2);margin-bottom:16px;padding-bottom:12px}.tm-banner-text{color:#1e3a2a;letter-spacing:.05em;font-size:12px}.tm-banner-text:before{content:"// ";color:#1a2a1a}.tm-line{align-items:flex-start;min-height:26px;margin-bottom:2px;line-height:26px;display:flex}.tm-active{position:relative}.tm-prompt{color:var(--hl-green);white-space:nowrap;opacity:.8;flex-shrink:0;margin-right:12px;font-size:14px;font-weight:500}.tm-line-content{white-space:pre;letter-spacing:.02em;align-items:center;font-size:15px;line-height:26px;display:flex}@keyframes tm-blink{0%,to{opacity:1}50%{opacity:0}}.tm-cursor{background:var(--hl-green);z-index:10;border-radius:1px;width:2px;height:18px;animation:1s step-end infinite tm-blink;position:absolute;top:4px;left:0}.tm-cursor-end{vertical-align:middle;background:var(--hl-green);border-radius:1px;width:2px;height:18px;margin-left:1px;animation:1s step-end infinite tm-blink;display:inline-block;position:relative}.tm-done-line{margin-top:8px;animation:1.5s ease-in-out infinite tm-blink}.tm-statusbar{background:var(--bg4);border-top:1px solid var(--bd2);color:var(--tx4);flex-shrink:0;justify-content:space-between;align-items:center;padding:6px 20px;font-size:12px;display:flex}.tm-status-left{color:var(--tx3);align-items:center;gap:6px;display:flex}.tm-status-dot{background:var(--hl-green);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite tm-blink}.tm-status-center{font-size:13px;font-weight:500}.tm-status-right{color:var(--tx4);font-size:12px}
