.tcli-f2ca0cb8-terminal {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
    max-height: 100%;
}

.tcli-f2ca0cb8-titlebar {
    display: flex;
    align-items: center;
    padding: 8px 14px;
    position: relative;
    flex-shrink: 0;
}

.tcli-f2ca0cb8-dots {
    display: flex;
    gap: 7px;
}

.tcli-f2ca0cb8-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}

.tcli-f2ca0cb8-dot-red { background: #ff5f56; }
.tcli-f2ca0cb8-dot-yellow { background: #ffbd2e; }
.tcli-f2ca0cb8-dot-green { background: #27c93f; }

.tcli-f2ca0cb8-title-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    opacity: 0.7;
    user-select: none;
}

.tcli-f2ca0cb8-body {
    flex: 1 1 0;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: pre-wrap;
    word-break: break-all;
    box-sizing: border-box;
}

.tcli-f2ca0cb8-body::-webkit-scrollbar {
    width: 6px;
}

.tcli-f2ca0cb8-body::-webkit-scrollbar-track {
    background: transparent;
}

.tcli-f2ca0cb8-body::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.15);
    border-radius: 3px;
}

.tcli-f2ca0cb8-line {
    margin: 0;
    padding: 0;
}

.tcli-f2ca0cb8-prompt {
    font-weight: bold;
    margin-right: 8px;
}

.tcli-f2ca0cb8-cursor {
    display: inline-block;
    width: 8px;
    height: 1.1em;
    vertical-align: text-bottom;
    animation: tcli-f2ca0cb8-blink 1s step-end infinite;
}

@keyframes tcli-f2ca0cb8-blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}
