/* Premium admin — forms, tables & uploads */

.fi-fo-rich-editor-toolbar {
    border-radius: 0.75rem 0.75rem 0 0 !important;
}

.fi-fo-rich-editor-content {
    min-height: 220px;
    border-radius: 0 0 0.75rem 0.75rem !important;
}

.fi-fo-file-upload .filepond--root {
    border-radius: 0.75rem;
    border: 2px dashed rgb(148 163 184 / 0.45);
    background: rgb(248 250 252);
}

.dark .fi-fo-file-upload .filepond--root {
    background: rgb(15 23 42 / 0.5);
    border-color: rgb(100 116 139 / 0.5);
}

.fi-section:not(.fi-aside) {
    border-radius: 0.85rem;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.04);
}

.fi-section-header-heading {
    font-weight: 600;
    letter-spacing: -0.01em;
}

.fi-section-header-description {
    opacity: 0.85;
}

/* Premium tables */
.fi-ta-table {
    border-radius: 0.75rem;
    overflow: hidden;
}

.fi-ta-header-cell {
    font-weight: 600 !important;
    font-size: 0.8rem !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.fi-ta-row {
    transition: background 0.15s ease;
}

.fi-ta-row:hover {
    background: rgb(0 89 99 / 0.04) !important;
}

.dark .fi-ta-row:hover {
    background: rgb(0 166 185 / 0.06) !important;
}

.fi-ta-empty-state {
    padding: 3rem 1.5rem !important;
}

.fi-ta-empty-state-heading {
    font-weight: 600;
}

.fi-badge {
    font-weight: 600;
    letter-spacing: 0.01em;
}

.fi-ta-filters-above-content-ctn {
    border-radius: 0.75rem;
}

.fi-ta-header-toolbar {
    gap: 0.5rem;
}

.fi-input-wrp {
    border-radius: 0.5rem;
}

.fi-fo-field-wrp-label span {
    font-weight: 500;
}
