/**
 * Porto Universal Footer -- Claypunk-187 Styles
 * Developed for Becchio Group LLC. (c) 2026. All rights reserved.
 * Co-created with AI. Disclosure: https://becchiogroup.com/disclaimer
 *
 * Canonical source: cxi-platform/platform/gx-components/porto-footer.css
 * Sibling-repo copy for static andareno surfaces. Keep in sync.
 */

footer.porto-universal-footer {
  width: 100%;
  padding: 20px 24px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  background: rgba(5, 24, 47, 0.70);
  backdrop-filter: blur(16px) saturate(1.4);
  -webkit-backdrop-filter: blur(16px) saturate(1.4);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  font-family: 'JetBrains Mono', 'SF Mono', monospace;
  font-size: 11px;
  color: rgba(240, 244, 248, 0.35);
  letter-spacing: 0.03em;
}

.porto-footer-prerelease {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: rgba(240, 244, 248, 0.28);
  line-height: 1.5;
  max-width: 560px;
  letter-spacing: 0.01em;
  padding: 6px 12px;
  border-radius: 8px;
  background: rgba(245, 158, 11, 0.05);
  border: 1px solid rgba(245, 158, 11, 0.12);
}

.porto-footer-secured {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-family: 'JetBrains Mono', 'SF Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(240, 244, 248, 0.45);
  flex-wrap: nowrap;
}

.porto-footer-secured-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  opacity: 0.55;
}

.porto-footer-secured-label {
  white-space: nowrap;
}

.porto-footer-sep {
  color: rgba(240, 244, 248, 0.20);
  font-size: 11px;
  letter-spacing: 0;
  margin: 0 2px;
}

[data-version-pill] {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px) saturate(1.2);
  -webkit-backdrop-filter: blur(8px) saturate(1.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  font-family: 'JetBrains Mono', 'SF Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  color: rgba(240, 244, 248, 0.55);
  letter-spacing: 0.04em;
  white-space: nowrap;
  cursor: pointer;
  transition: background 150ms, border-color 150ms, color 150ms;
}

[data-version-pill]:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(240, 244, 248, 0.80);
}

[data-version-pill]:focus-visible {
  outline: 2px solid #00E0FF;
  outline-offset: 2px;
}

.porto-footer-legal {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: rgba(240, 244, 248, 0.40);
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
}

.porto-footer-bg-link {
  color: rgba(240, 244, 248, 0.55);
  text-decoration: none;
  transition: color 150ms;
}

.porto-footer-bg-link:hover,
.porto-footer-bg-link:focus-visible {
  color: rgba(240, 244, 248, 0.85);
  text-decoration: underline;
}

.porto-footer-bg-link:focus-visible {
  outline: 2px solid #00E0FF;
  outline-offset: 2px;
  border-radius: 2px;
}

.porto-footer-legal-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  min-height: 28px;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px) saturate(1.2);
  -webkit-backdrop-filter: blur(8px) saturate(1.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(240, 244, 248, 0.65);
  text-decoration: none;
  cursor: pointer;
  transition: background 150ms, border-color 150ms, color 150ms;
  margin-left: 4px;
}

.porto-footer-legal-pill:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.20);
  color: rgba(240, 244, 248, 0.92);
}

.porto-footer-legal-pill:focus-visible {
  outline: 2px solid #00E0FF;
  outline-offset: 2px;
}

@media (min-width: 768px) {
  footer.porto-universal-footer {
    padding: 20px 32px 16px;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 24px;
    text-align: left;
  }

  .porto-footer-prerelease {
    flex: 0 0 100%;
    text-align: center;
  }
}

@media (min-width: 1280px) {
  footer.porto-universal-footer {
    padding: 20px 40px 16px;
  }
}
