.pms-data-table {
    margin-bottom: 20px;
    border-radius: 18px;
    overflow: hidden;
    background: var(--mud-palette-surface);
    border: 1px solid var(--mud-palette-divider);
    box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
}

    .pms-data-table .mud-table-head {
        background: linear-gradient(135deg, rgba(139, 92, 246, .08), rgba(167, 139, 250, .04));
    }

.pms-data-table .mud-table-head .mud-table-cell {
        color: var(--mud-palette-text-secondary);
        font-weight: 900;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: .04em;
        white-space: nowrap;
    }

    .pms-data-table .mud-table-body .mud-table-cell {
        color: var(--mud-palette-text-secondary);
        font-weight: 500;
        vertical-align: middle;
    }

    .pms-data-table .mud-table-row:hover {
        background: rgba(139, 92, 246, .035) !important;
    }

.dictionary-name-cell {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 140px;
}

.pms-table-input {
    min-width: 140px;
    background: var(--mud-palette-surface);
    border-radius: 12px;
}

.pms-sort-input {
    min-width: 90px;
}

.pms-edit-button {
    width: 34px;
    height: 34px;
    border-radius: 10px !important;
    color: #7C3AED !important;
    background: rgba(139, 92, 246, .08) !important;
}

    .pms-edit-button:hover {
        background: rgba(139, 92, 246, .14) !important;
    }

.pms-delete-button {
    width: 34px;
    height: 34px;
    border-radius: 10px !important;
    color: #DC2626 !important;
    background: rgba(220, 38, 38, .06) !important;
}

    .pms-delete-button:hover {
        background: rgba(220, 38, 38, .12) !important;
    }

.pms-card-title .mud-typography-h6 {
        font-weight: 900;
        color: var(--mud-palette-text-primary);
        line-height: 1.1;
    }

    .pms-card-title .mud-typography-caption {
        color: var(--mud-palette-text-secondary);
        font-weight: 600;
    }


.pms-primary-button {
    height: 40px;
    padding: 0 20px !important;
    color: #FFFFFF !important;
    background: linear-gradient(135deg, #8B5CF6, #A78BFA) !important;
    box-shadow: 0 10px 24px rgba(139, 92, 246, .28);
}

    .pms-primary-button:hover {
        box-shadow: 0 14px 30px rgba(139, 92, 246, .36);
    }

.pms-outline-small-button {
    height: 34px;
    padding: 0 14px !important;
    color: #7C3AED !important;
    border-color: rgba(139, 92, 246, .32) !important;
    background: rgba(139, 92, 246, .04) !important;
}

    .pms-outline-small-button:hover {
        background: rgba(139, 92, 246, .10) !important;
    }

@media (max-width: 960px) {
    .pms-data-table {
        overflow-x: auto;
    }

        .pms-data-table .mud-table-root {
            min-width: 700px;
        }

    .dictionary-form-actions {
        align-items: stretch;
    }

    .pms-primary-button {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .pms-card-content {
        padding: 14px;
    }

    .pms-card-title {
        padding: 14px;
    }
}
