/* =====================================================
   iDeep Suite — Light Theme (Premium)
===================================================== */

body.theme-light {
    background: #f8fafc;
    color: #0f172a;
}

/* Sidebar */
.theme-light .ideep-sidebar {
    background: #ffffff;
    border-right: 1px solid #e5e7eb;
}

.theme-light .sidebar-nav .nav-item {
    color: #334155;
}

.theme-light .sidebar-nav .nav-item.active,
.theme-light .sidebar-nav .nav-item:hover {
    background: rgba(37,99,235,.08);
    color: #2563eb;
}

/* Breadcrumb */
.theme-light .ideep-breadcrumb {
    color: #475569;
}

.theme-light .ideep-breadcrumb a {
    color: #2563eb;
}

/* Cards */
.theme-light .suite-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
}

.theme-light .suite-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 32px rgba(15,23,42,.08);
}

.theme-light .suite-card h3 {
    color: #1e293b;
}

.theme-light .suite-card p {
    color: #020617;
}
