/* Base footer styles */
.footer { background: var(--color-background-nav); color: var(--color-text-primary); text-align: center; }
.footer .footer-inner { min-height: 48px; display: flex; align-items: center; justify-content: center; }
.footer .footer-link { color: var(--color-text-primary); text-decoration: none; }
.footer .footer-link:hover { color: var(--color-accent); }
