.threads-container{width:100%;height:100%}.footer{width:100%;background:var(--color-background);border-top:1px solid var(--color-border);padding:2rem 1rem;text-align:center}@media (min-width:768px){.footer{padding:3rem 2rem}}.footer-nav{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem 1.5rem;margin-bottom:1.5rem}.footer-link{color:var(--color-muted-foreground);font-size:.875rem;text-decoration:none;transition:color .15s ease-out;padding:.25rem 0}.footer-link:hover{color:var(--color-foreground)}.footer-link:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:2px;border-radius:.25rem}.footer-nav .footer-link:not(:last-child):after{content:"·";margin-inline-start:1.5rem;color:var(--color-border)}.footer-socials{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1.5rem}.footer-social-link{color:var(--color-muted-foreground);transition:color .15s ease-out}.footer-social-link:hover{color:var(--color-foreground)}.footer-social-link:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:2px;border-radius:.25rem}.footer-social-icon{width:1.5rem;height:1.5rem}.footer-copyright{color:var(--color-muted-foreground);font-size:.875rem;margin:0}.route-loader{position:fixed;top:0;left:0;right:0;height:3px;z-index:9999;pointer-events:none}.route-loader-bar{height:100%;background:var(--primary);animation:routeLoading 1s ease-in-out infinite}@keyframes routeLoading{0%{transform:translateX(-100%)}50%{transform:translateX(0)}to{transform:translateX(100%)}}.navigation-progress{position:fixed;top:0;left:0;right:0;height:2px;background:rgba(0,0,0,.05);z-index:9999;pointer-events:none}.navigation-progress-bar{height:100%;background:var(--primary);transition:width .2s ease-out;box-shadow:0 0 10px var(--primary)}