/* Platform copyright & CRM attribution */
.platform-credit {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(148, 163, 184, 0.25);
  font-size: 0.72rem;
  line-height: 1.55;
  color: #64748b;
  text-align: center;
}

.platform-credit__line {
  margin: 0 0 0.35rem;
}

.platform-credit__line:last-child {
  margin-bottom: 0;
}

.platform-credit a {
  color: #2563eb;
  text-decoration: none;
}

.platform-credit a:hover {
  text-decoration: underline;
}

.platform-credit strong {
  color: #334155;
  font-weight: 600;
}

.platform-credit--compact {
  margin-top: 0.75rem;
  padding-top: 0.65rem;
  font-size: 0.65rem;
  text-align: left;
}

.platform-credit--inline {
  text-align: left;
}

/* Login page */
.landing-shell-credit {
  padding: 0 2rem 1.5rem;
  max-width: 1400px;
  margin: 0 auto;
}

.landing-shell-credit .platform-credit {
  border-top: none;
  padding-top: 0;
  opacity: 0.85;
}

.landing-auth .platform-credit {
  border-top-color: rgba(148, 163, 184, 0.2);
  color: #94a3b8;
}

.landing-auth .platform-credit strong {
  color: #cbd5e1;
}

.landing-auth .platform-credit a {
  color: #93c5fd;
}

/* Sidebar */
body.theme-tabler .crm-sidebar-footer .platform-credit {
  border-top-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.55);
}

body.theme-tabler .crm-sidebar-footer .platform-credit strong {
  color: rgba(255, 255, 255, 0.75);
}

body.theme-tabler .crm-sidebar-footer .platform-credit a {
  color: #93c5fd;
}

/* App main footer */
.page-wrapper > .platform-credit {
  margin: 1.5rem 1rem 1rem;
  padding: 1rem 0 0.5rem;
}

@media (max-width: 991.98px) {
  .landing-shell-credit {
    padding: 0 1rem 1rem;
  }
}
