/* ApartmanSaaS admin — panel dark palette (#0f172a / indigo) */
:root {
  --primary: #4f46e5;
  --primary-light: #6366f1;
  --dark: #0f172a;
  --dark-2: #1e293b;
  --dark-3: #334155;
  --text-muted: #94a3b8;
}

body {
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif !important;
}

/* Sidebar / brand closer to panel */
.main-sidebar,
.brand-link {
  background: #1e293b !important;
}

.brand-link {
  background: linear-gradient(135deg, #4f46e5, #6366f1) !important;
  border-bottom: none !important;
}

.brand-link .brand-text {
  font-weight: 700 !important;
  letter-spacing: 0.02em;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active {
  background-color: rgba(99, 102, 241, 0.25) !important;
  color: #c7d2fe !important;
}

.nav-sidebar .nav-link:hover {
  background: rgba(99, 102, 241, 0.12) !important;
}

/* Top navbar */
.main-header.navbar {
  background: #1e293b !important;
  border-bottom: 1px solid #334155 !important;
}

/* Content area */
.content-wrapper {
  background: #0f172a !important;
}

.content-header h1 {
  font-weight: 600 !important;
}

/* Cards / tables */
.card {
  border: 1px solid #334155 !important;
  box-shadow: none !important;
}

.card-header {
  border-bottom-color: #334155 !important;
}

/* Primary buttons */
.btn-primary {
  background-color: #4f46e5 !important;
  border-color: #4f46e5 !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #6366f1 !important;
  border-color: #6366f1 !important;
}

/* Login page */
.login-page,
.login-box {
  background: #0f172a !important;
}

.login-card-body {
  border-radius: 0.75rem !important;
}

/* Links */
a {
  color: #818cf8;
}

a:hover {
  color: #a5b4fc;
}
