.panel-right {
    width: 361px;
    min-width: 180px;
    max-width: 70vw;
}

.output-surface {
    background: linear-gradient(180deg, #111827, #0b1220);
    color: var(--console-text);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

#rightOutput {
    height: 217px;
}

.output-text {
    color: var(--console-text);
    font-family: Consolas, "Courier New", monospace;
    font-size: 0.95rem;
    white-space: pre-wrap;
    word-break: break-word;
}

.trace-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.92rem;
}

.trace-table th,
.trace-table td {
    padding: 10px 12px;
    border-bottom: 1px solid rgba(23, 32, 51, 0.08);
    text-align: left;
    vertical-align: top;
}

.trace-table th {
    position: sticky;
    top: 0;
    background: #f8fbff;
    z-index: 1;
}

.trace-table td.changed {
    background: #fffbeb;
    font-weight: 700;
}