.footer{width:100%;background:var(--card-light);padding:1rem 0;margin-top:auto;border-top:1px solid rgba(0,0,0,.1)}.app.dark .footer{background:var(--card-dark);border-top:1px solid hsla(0,0%,100%,.1)}.footer-content{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-links{display:flex;gap:2rem}.footer-links a{color:inherit;text-decoration:none;font-size:.9rem;opacity:.8;transition:opacity .2s ease}.footer-links a:hover{opacity:1;text-decoration:underline}.footer-copyright{font-size:.9rem;opacity:.7}@media (max-width:600px){.footer-content{flex-direction:column;text-align:center}.footer-links{justify-content:center}}