footer{border-top:1px solid var(--border);padding:32px 0;transition:color 0.3s,background-color 0.3s,border-color 0.3s}
footer .footer-inner{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}
@media(min-width:640px){footer .footer-inner{flex-direction:row;justify-content:space-between;text-align:left}}
footer .copy{font-size:14px;color:var(--muted)}
footer .footer-links{display:flex;gap:16px;align-items:center}
footer .footer-links a{color:var(--muted);transition:color 0.2s,transform 0.15s ease;display:flex}
footer .footer-links a:hover{color:var(--text)}
footer .footer-links a:active{transform:scale(0.92)}
footer .footer-links svg{width:16px;height:16px;display:block}
