.modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(1px);
}

.modal-card {
    max-height: 92vh;
    overflow: hidden;
}

#agent-data-section table {
    width: 100%;
    table-layout: fixed;
}

#agent-data-section td,
#agent-data-section th {
    min-width: 0;
}

#interactions-tbody {
    word-break: break-word;
}

pre,
code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}

::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 999px;
}

::-webkit-scrollbar-track {
    background: #f1f5f9;
}
