/* Site-wide legal notice — © ColorTokens Confidential and Proprietary + policy links */

body.has-legal-bar {
  padding-bottom: 2.35rem;
}

.portal-legal-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.35rem 0.65rem;
  padding: 0.45rem 1rem;
  background: var(--color-legal-bg);
  color: var(--color-legal-text);
  font-size: 0.72rem;
  line-height: 1.4;
  border-top: 1px solid var(--color-legal-border);
}

.portal-legal-confidential {
  font-weight: 500;
  color: var(--color-legal-text);
  font-size: 0.72rem;
  letter-spacing: 0.01em;
}

.portal-legal-sep {
  color: var(--color-text-faint);
  user-select: none;
}

.portal-legal-bar a {
  color: #93c5fd;
  text-decoration: none;
}

.portal-legal-bar a:hover {
  text-decoration: underline;
  color: #bfdbfe;
}
