/*
 * FraudFighters Inc — Light Mode Theme Overrides
 * Dark mode is the default (all existing styles).
 * This file applies overrides when data-theme="light".
 */

/* ─── Dashboard / Sidebar pages ─────────────────────────── */
[data-theme="light"] body {
  background: #f0f4f8 !important;
  color: #1e293b !important;
}
[data-theme="light"] .sidebar {
  background: #ffffff !important;
  border-right-color: #e2e8f0 !important;
  box-shadow: 2px 0 20px rgba(0,0,0,.07);
}
[data-theme="light"] .sidebar-logo {
  border-bottom-color: #e2e8f0 !important;
}
[data-theme="light"] .logo-text { color: #1e293b !important; }
[data-theme="light"] .nav-section { color: #94a3b8 !important; }
[data-theme="light"] .nav-item { color: #475569 !important; }
[data-theme="light"] .nav-item:hover { background: #f1f5f9 !important; color: #1e293b !important; }
[data-theme="light"] .nav-item.active { background: rgba(59,130,246,.12) !important; color: #2563eb !important; border-color: rgba(59,130,246,.25) !important; }
[data-theme="light"] .sidebar-footer { border-top-color: #e2e8f0 !important; }
[data-theme="light"] .user-chip { background: #f8fafc !important; }
[data-theme="light"] .user-name { color: #1e293b !important; }
[data-theme="light"] .user-email { color: #64748b !important; }

[data-theme="light"] .main { background: #f0f4f8 !important; }
[data-theme="light"] .topbar {
  background: rgba(255,255,255,.92) !important;
  border-bottom-color: #e2e8f0 !important;
  box-shadow: 0 1px 10px rgba(0,0,0,.06);
}
[data-theme="light"] .topbar h4 { color: #1e293b !important; }
[data-theme="light"] .content { background: transparent !important; }

/* Cards */
[data-theme="light"] .card-glass,
[data-theme="light"] .card-section {
  background: #ffffff !important;
  border-color: #e2e8f0 !important;
  box-shadow: 0 2px 12px rgba(0,0,0,.06) !important;
}

/* Stat cards */
[data-theme="light"] .stat-card {
  background: #ffffff !important;
  border-color: #e2e8f0 !important;
  box-shadow: 0 2px 10px rgba(0,0,0,.05) !important;
}
[data-theme="light"] .stat-value { color: #1e293b !important; }
[data-theme="light"] .stat-label { color: #64748b !important; }

/* Case cards */
[data-theme="light"] .case-card {
  background: #ffffff !important;
  border-color: #e2e8f0 !important;
}
[data-theme="light"] .case-card:hover { background: #f8fafc !important; border-color: #cbd5e1 !important; }
[data-theme="light"] .case-number { color: #3b82f6 !important; }
[data-theme="light"] .case-title { color: #1e293b !important; }
[data-theme="light"] .case-date { color: #94a3b8 !important; }
[data-theme="light"] .case-meta { border-top-color: #f1f5f9 !important; }
[data-theme="light"] .case-meta-item strong { color: #64748b !important; }
[data-theme="light"] .case-meta-item { color: #475569 !important; }
[data-theme="light"] .recovered-amount { color: #16a34a !important; }

/* Notification cards */
[data-theme="light"] .notif-item {
  background: #f8fafc !important;
  border-color: #e2e8f0 !important;
}
[data-theme="light"] .notif-item.unread { background: rgba(59,130,246,.06) !important; border-color: rgba(59,130,246,.2) !important; }
[data-theme="light"] .notif-title { color: #1e293b !important; }
[data-theme="light"] .notif-msg { color: #64748b !important; }
[data-theme="light"] .notif-time { color: #94a3b8 !important; }

/* KYC banner */
[data-theme="light"] .kyc-banner { box-shadow: 0 2px 10px rgba(0,0,0,.05) !important; }

/* Tabs */
[data-theme="light"] .cases-tabs { background: #f1f5f9 !important; border-color: #e2e8f0 !important; }
[data-theme="light"] .tab-btn { color: #64748b !important; }
[data-theme="light"] .tab-btn.active { background: #fff !important; color: #1e293b !important; box-shadow: 0 1px 6px rgba(0,0,0,.1) !important; }

/* Forms */
[data-theme="light"] .ff-input,
[data-theme="light"] .form-control {
  background: #f8fafc !important;
  border-color: #e2e8f0 !important;
  color: #1e293b !important;
}
[data-theme="light"] .ff-input:focus,
[data-theme="light"] .form-control:focus {
  background: #ffffff !important;
  border-color: #3b82f6 !important;
  color: #1e293b !important;
}
[data-theme="light"] .ff-input::placeholder,
[data-theme="light"] .form-control::placeholder { color: #94a3b8 !important; }
[data-theme="light"] .ff-select {
  background-color: #f8fafc !important;
  border-color: #e2e8f0 !important;
  color: #475569 !important;
}
[data-theme="light"] .ff-select:focus { background-color: #fff !important; color: #1e293b !important; }
[data-theme="light"] .ff-select option { background: #fff !important; color: #1e293b !important; }

/* Form labels */
[data-theme="light"] .form-label,
[data-theme="light"] .form-label-sm { color: #64748b !important; }

/* Auth pages */
[data-theme="light"] .auth-card {
  background: #ffffff !important;
  border-color: #e2e8f0 !important;
  box-shadow: 0 10px 40px rgba(0,0,0,.1) !important;
}
[data-theme="light"] .auth-card h2 { color: #1e293b !important; }
[data-theme="light"] .auth-card p { color: #64748b !important; }
[data-theme="light"] .auth-footer { color: #64748b !important; }
[data-theme="light"] .terms-row { color: #64748b !important; }

/* Thread / Messages */
[data-theme="light"] .msg-bubble {
  background: #f1f5f9 !important;
  border-color: #e2e8f0 !important;
}
[data-theme="light"] .msg.from-admin .msg-bubble {
  background: rgba(124,58,237,.08) !important;
  border-color: rgba(124,58,237,.2) !important;
}
[data-theme="light"] .msg-text { color: #1e293b !important; }
[data-theme="light"] .msg-author { color: #64748b !important; }
[data-theme="light"] .reply-box { background: #ffffff !important; border-color: #e2e8f0 !important; }

/* Ticket rows */
[data-theme="light"] .ticket-row {
  background: #ffffff !important;
  border-color: #e2e8f0 !important;
}
[data-theme="light"] .ticket-row:hover { background: #f8fafc !important; border-color: #cbd5e1 !important; }
[data-theme="light"] .ticket-subject { color: #1e293b !important; }
[data-theme="light"] .ticket-meta { color: #64748b !important; }

/* Progress tracker */
[data-theme="light"] .progress-track { background: #e2e8f0 !important; }
[data-theme="light"] .step-label { color: #64748b !important; }
[data-theme="light"] .step-node { background: #e2e8f0 !important; border-color: #cbd5e1 !important; color: #94a3b8 !important; }
[data-theme="light"] .step-node.done { background: #22c55e !important; border-color: #22c55e !important; color: #fff !important; }
[data-theme="light"] .step-node.active { background: #3b82f6 !important; border-color: #3b82f6 !important; color: #fff !important; }

/* ─── Public / Header pages ─────────────────────────── */
[data-theme="light"] .custom-nav {
  background: rgba(255,255,255,.96) !important;
  border-bottom-color: #e2e8f0 !important;
  box-shadow: 0 1px 10px rgba(0,0,0,.08) !important;
}
[data-theme="light"] .custom-nav.scrolled {
  background: rgba(255,255,255,.99) !important;
}
[data-theme="light"] .navbar-brand img.logo-img { filter: none !important; }
[data-theme="light"] .nav-link-custom { color: #475569 !important; }
[data-theme="light"] .nav-link-custom:hover,
[data-theme="light"] .nav-link-custom.active { color: #1e293b !important; }
[data-theme="light"] .btn-nav-login {
  color: #475569 !important;
  border-color: #cbd5e1 !important;
}
[data-theme="light"] .btn-nav-login:hover {
  background: #f1f5f9 !important;
  color: #1e293b !important;
}
[data-theme="light"] .navbar-collapse {
  background: rgba(255,255,255,.98) !important;
  border-color: #e2e8f0 !important;
}
[data-theme="light"] .navbar-toggler-icon { filter: none !important; }

/* Public page body/sections */
[data-theme="light"] body.public-page {
  background: #f8fafc !important;
  color: #1e293b !important;
}

/* ─── Admin pages ─────────────────────────── */
[data-theme="light"] .admin-wrap { background: #f0f4f8 !important; }
[data-theme="light"] .sidebar-admin {
  background: #ffffff !important;
  border-right-color: #e2e8f0 !important;
}
[data-theme="light"] .admin-main { background: #f0f4f8 !important; }
[data-theme="light"] .admin-topbar {
  background: rgba(255,255,255,.92) !important;
  border-bottom-color: #e2e8f0 !important;
}
[data-theme="light"] .data-table-wrap {
  background: #ffffff !important;
  border-color: #e2e8f0 !important;
}
[data-theme="light"] .data-table thead th {
  background: #f8fafc !important;
  color: #64748b !important;
  border-color: #e2e8f0 !important;
}
[data-theme="light"] .data-table tbody tr { border-color: #f1f5f9 !important; }
[data-theme="light"] .data-table tbody tr:hover { background: #f8fafc !important; }
[data-theme="light"] .data-table td { color: #475569 !important; }

/* ─── Theme toggle button ─────────────────────────── */
.theme-toggle-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.7);
  border-radius: 8px;
  padding: 7px 13px;
  font-size: .8rem;
  font-weight: 500;
  cursor: pointer;
  transition: all .2s;
  font-family: 'Inter', sans-serif;
}
.theme-toggle-btn:hover {
  background: rgba(255,255,255,.14);
  color: #fff;
}
[data-theme="light"] .theme-toggle-btn {
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: #475569;
}
[data-theme="light"] .theme-toggle-btn:hover {
  background: #e2e8f0;
  color: #1e293b;
}
