.footer{border-top:1px solid hsl(var(--border));padding:2rem 0}.footer__container{max-width:1400px;margin:0 auto;padding:0 2rem}.footer__container,.footer__text{display:flex;align-items:center;justify-content:center}.footer__text{gap:.35rem;flex-wrap:wrap;font-size:var(--font-size-xs);letter-spacing:.06em;color:hsl(var(--muted-foreground)/.6)}.footer__heart{width:.85rem;height:.85rem;color:hsl(var(--muted-foreground)/.4);transition:color var(--transition-base),fill var(--transition-base)}.footer:hover .footer__heart{color:hsl(var(--accent));fill:hsl(var(--accent))}.footer__link{color:hsl(var(--muted-foreground)/.6);text-decoration:none;transition:color var(--transition-fast)}.footer__link:hover{color:hsl(var(--accent))}