.footer{position:fixed;bottom:0;left:0;right:0;background:#ffffff;border-top:1px solid #e5e7eb;display:flex;z-index:100}.footer-inner{width:100%}@media (min-width:768px){.footer{left:50%;transform:translateX(-50%);max-width:392px;border-left:1px solid #eee;border-right:1px solid #eee}}.footer-items{justify-content:space-around;padding:0}.footer-items,.footer-link{display:flex;align-items:center}.footer-link{flex-direction:column;padding:4px 16px;border-radius:8px;color:var(--muted-foreground,#6b7280);text-decoration:none;transition:color .2s ease}.footer-link:hover{color:var(--foreground,#000000)}.footer-link.active{color:#000000}.footer-icon{width:25px;height:25px}.footer-text{font-size:10px;margin-top:4px;font-weight:700}