.ai-contexts-page {
    width: 100%;
}

.ai-contexts-card {
    border: 1px solid #e5e7eb;
    background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 100%);
    box-shadow: 0 10px 35px rgba(15, 23, 42, 0.08);
    padding: 1rem;
}

.ai-contexts-form {
    display: flex;
    flex-direction: column;
}

.ai-contexts-alert {
    width: 100%;
}

.ai-contexts-muted {
    color: #475569;
}

.ai-contexts-table .ai-col-content,
.ai-contexts-table .ai-col-answer,
.ai-contexts-table .ai-col-question {
    white-space: normal;
    line-height: 1.4;
}

.ai-contexts-row-selected {
    background: #dcfce7;
    box-shadow: inset 0 0 0 1px #22c55e;
}

@media (min-width: 900px) {
    .ai-contexts-card {
        padding: 1.25rem;
    }

    .ai-contexts-table .ai-col-created,
    .ai-contexts-table .ai-col-sort,
    .ai-contexts-table .ai-col-key,
    .ai-contexts-table .ai-col-title {
        white-space: nowrap;
    }
}
