/* ============================================
   Неизвестная земля CRM — Custom Theme
   Based on неизвестнаяземля.рф visual identity
   ============================================ */

/* --- Login page --- */
.fi-simple-layout {
    background: linear-gradient(135deg, #F5F0E8 0%, #E8DCCB 100%) !important;
}

.fi-simple-panel {
    border-radius: 12px !important;
    box-shadow: 0 8px 32px rgba(44, 67, 96, 0.12) !important;
    border: 1px solid rgba(44, 67, 96, 0.08) !important;
}

/* --- Top bar --- */
.fi-topbar {
    background: #FFFFFF !important;
    border-bottom: 1px solid #E8DCCB !important;
    box-shadow: 0 1px 4px rgba(44, 67, 96, 0.06) !important;
}

/* --- Sidebar --- */
.fi-sidebar {
    background: #2C4360 !important;
    border-right: none !important;
}

/* Non-active sidebar items */
.fi-sidebar-item-button {
    background: transparent !important;
}

.fi-sidebar-item-label {
    color: rgba(232, 244, 255, 0.8) !important;
}

.fi-sidebar-item-icon {
    color: rgba(232, 244, 255, 0.8) !important;
}

.fi-sidebar-item-button:hover {
    background: rgba(255, 255, 255, 0.08) !important;
}

/* Active sidebar item — the li.fi-active */
.fi-sidebar-item.fi-active .fi-sidebar-item-button {
    background: #1A3A5C !important;
    border-left: 3px solid #F9A825;
    border-radius: 0 8px 8px 0 !important;
}

.fi-sidebar-item.fi-active .fi-sidebar-item-label {
    color: #FFFFFF !important;
    font-weight: 600 !important;
}

.fi-sidebar-item.fi-active .fi-sidebar-item-icon {
    color: #FFFFFF !important;
}

/* Override Filament's default active styles */
.fi-sidebar-item.fi-active .fi-sidebar-item-button.bg-gray-100 {
    background: #1A3A5C !important;
}

.fi-sidebar-item.fi-active .fi-sidebar-item-label.text-primary-600 {
    color: #FFFFFF !important;
}

/* --- Sidebar group labels --- */
.fi-sidebar-group-label {
    color: rgba(232, 244, 255, 0.5) !important;
    font-size: 0.7rem !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
}

/* --- Brand logo on sidebar --- */
.fi-sidebar-header {
    padding: 1.5rem 1rem !important;
    border-bottom: 1px solid rgba(232, 244, 255, 0.1) !important;
}

/* --- Buttons --- */
.fi-btn-primary {
    background: #0056B3 !important;
    border-color: #0056B3 !important;
}

.fi-btn-primary:hover {
    background: #003D80 !important;
}

/* --- Tables --- */
.fi-ta-ctn {
    border-radius: 8px !important;
    border: 1px solid #E8DCCB !important;
}

.fi-ta-header-cell {
    background: #F5F0E8 !important;
    color: #2C4360 !important;
    font-weight: 600 !important;
}

/* --- Cards / Sections --- */
.fi-section {
    border-radius: 8px !important;
    border: 1px solid #E8DCCB !important;
    box-shadow: 0 1px 4px rgba(44, 67, 96, 0.06) !important;
}

/* --- Stats widgets --- */
.fi-stats-overview-card {
    border-radius: 8px !important;
    border: 1px solid #E8DCCB !important;
}

/* --- Badges --- */
.fi-badge {
    font-weight: 500 !important;
}

/* --- Breadcrumbs --- */
.fi-breadcrumbs {
    color: #0056B3 !important;
}

/* --- Global font override --- */
body {
    font-family: 'Montserrat', 'Segoe UI', system-ui, sans-serif !important;
}

/* --- Input fields --- */
.fi-input {
    border-radius: 6px !important;
    border-color: #D4C8B8 !important;
}

.fi-input:focus {
    border-color: #0056B3 !important;
    box-shadow: 0 0 0 2px rgba(0, 86, 179, 0.15) !important;
}

/* --- Modal --- */
.fi-modal {
    border-radius: 12px !important;
}

/* --- Footer --- */
.fi-footer {
    border-top: 1px solid #E8DCCB !important;
    color: #666666 !important;
}