.page-ai-workspace .app-content {
    background: linear-gradient(180deg, #eefaf4 0%, #f5f7fb 28%, #f5f7fb 100%);
}

.page-ai-workspace .ai-banner {
    background: linear-gradient(135deg, #047857, #0f766e 58%, #0ea5a4);
    color: #fff;
    border-radius: 14px;
    padding: 20px 22px;
    box-shadow: 0 14px 30px rgba(4, 120, 87, 0.18);
}

.page-ai-workspace .ai-panel,
.page-ai-workspace .ai-card,
.page-ai-workspace .ai-table-card {
    border: 1px solid #d7ece3;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 118, 110, 0.06);
}

.page-ai-workspace .ai-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    background: #e8faf4;
    color: #0f766e;
    font-size: 13px;
    margin: 4px 6px 0 0;
}

.page-ai-workspace .ai-step {
    border-left: 3px solid #0f766e;
    padding-left: 14px;
    margin-bottom: 12px;
}

.page-ai-workspace .ai-muted {
    color: #64748b;
}

.page-ai-workspace .ai-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 14px;
}

.page-ai-workspace .ai-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 15px;
    border-radius: 12px;
    border: 1px solid #d7ece3;
    background: #fff;
    color: #0f172a;
    text-decoration: none;
}

.page-ai-workspace .ai-action:hover {
    border-color: #0f766e;
    box-shadow: 0 10px 20px rgba(4, 120, 87, 0.08);
}
