/* Palette variables from public/index.php */
:root{
  --marine-deep:#0B4F6C;
  --marine-mid:#146C82;
  --sea:#2FA7B8;
  --sand:#FBF6EF;
  --sand-warm:#F5E8D8;
  --coral:#FF7A50;
  --coral-dark:#E6603A;
  --ink:#1E2B32;
  --ink-soft:#5C6D74;
  --line:#E6DCCB;
}

/* Utility overrides for admin styles */
.bg-gradient-primary {
  background: linear-gradient(180deg, var(--marine-mid) 0%, var(--marine-deep) 100%) !important;
}

.sidebar-dark .nav-link {
  color: rgba(255,255,255,0.95) !important;
}

.btn-custom {
  background: var(--marine-mid);
  color: #fff;
  border: 0;
}
.btn-custom:hover{ background: var(--coral-dark); }

/* Logo/text colors */
.text-gray-900 { color: var(--ink) !important; }
.text-white { color: #fff !important; }

/* Small helpers */
.brand-accent { color: var(--sea); }
