/* Minimal layout on top of Bootstrap — Phase 5 will apply full brand styling
   (Neon Purple #A000FC / Lime Green #A3D900) across this file. */

body {
  background: #f5f6f8;
}

#app-shell {
  min-height: 100vh;
}

.sidebar {
  width: 240px;
  min-height: 100vh;
  background: #1c1f26;
  color: #fff;
}

.sidebar .nav-link {
  color: #d0d3da;
}

.sidebar .nav-link.active,
.sidebar .nav-link:hover {
  background: #2c313d;
  color: #fff;
}

.badge-status-pending { background: #6c757d; }
.badge-status-in_progress { background: #0d6efd; }
.badge-status-submitted { background: #fd7e14; }
.badge-status-approved { background: #198754; }
.badge-status-revision { background: #dc3545; }

.badge-funnel-added { background: #6c757d; }
.badge-funnel-contact_attempted { background: #0dcaf0; color:#000; }
.badge-funnel-responded { background: #0d6efd; }
.badge-funnel-meeting_scheduled { background: #fd7e14; }
.badge-funnel-meeting_completed { background: #6610f2; }
.badge-funnel-onboarded { background: #198754; }
.badge-funnel-dropped { background: #dc3545; }

.overdue { color: #dc3545; font-weight: 600; }

.login-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
