/* Filament 3 - Extreme Compact Mode */

:root {
    --sidebar-width: 280px;
}

/* Global Font & Spacing Reduction */
html, body {
    font-size: 13px !important; /* Standar font lebih kecil */
}

/* Sidebar Extreme Compact */
.fi-sidebar {
    width: var(--sidebar-width) !important;
}

.fi-sidebar-item-button {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    min-height: 2.25rem !important;
}

.fi-sidebar-item-icon {
    width: 1.1rem !important;
    height: 1.1rem !important;
}

.fi-sidebar-group-label {
    padding-top: 0.4rem !important;
    padding-bottom: 0.15rem !important;
    font-size: 0.65rem !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Topbar Height Reduction */
.fi-topbar {
    height: 3.5rem !important;
}

/* Main Content Spacing */
.fi-main {
    padding: 0.75rem !important;
    gap: 0.75rem !important;
}

/* Section & Card Padding Reduction */
.fi-section {
    padding: 0.75rem !important;
}

.fi-section-header {
    margin-bottom: 0.4rem !important;
}

/* Stats Widget Extreme Compact */
.fi-wi-stats-overview-stat {
    padding: 0.4rem 0.6rem !important;
    min-height: 0 !important;
}

.fi-wi-stats-overview-stat-label {
    font-size: 0.7rem !important;
    font-weight: 500 !important;
}

.fi-wi-stats-overview-stat-value {
    font-size: 1.1rem !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
}

.fi-wi-stats-overview-stat-description {
    font-size: 0.65rem !important;
    margin-top: 0.1rem !important;
}

.fi-wi-stats-overview {
    gap: 0.5rem !important;
}

/* Table Extreme Compact */
.fi-ta-header-cell {
    padding: 0.25rem 0.5rem !important; /* Diperkecil lagi */
    font-size: 10px !important;
    font-weight: 700 !important;
}

.fi-ta-cell {
    padding: 0.15rem 0.5rem !important; /* Diperkecil lagi */
}

.fi-ta-cell-content {
    font-size: 12px !important; /* Diperkecil lagi */
    line-height: 1.2 !important;
}

.fi-ta-record-checkbox-column {
    padding-left: 0.5rem !important;
    padding-right: 0.25rem !important;
}

.fi-ta-actions {
    gap: 0.15rem !important;
}

/* Sidebar Item Height */
.fi-sidebar-item-button {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
    min-height: 2rem !important;
}

/* Button & Action Sizes */
.fi-btn {
    padding: 0.6rem 0.6rem !important;
    font-size: 12px !important;
}

.fi-btn-icon {
    width: 1rem !important;
    height: 1rem !important;
}

/* Form Field Spacing */
.fi-fo-field-wrp {
    margin-bottom: 0.5rem !important;
}

.fi-fo-field-wrp-label {
    margin-bottom: 0.1rem !important;
    font-size: 12px !important;
}

.fi-input {
    padding-top: 0.35rem !important;
    padding-bottom: 0.35rem !important;
    font-size: 13px !important;
}

/* Breadcrumbs */
.fi-breadcrumbs {
    font-size: 11px !important;
}
