footer[role="contentinfo"]{margin-top:auto;background:var(--surface-low);padding:24px 0;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px;width:100%;align-self:stretch;border-top:1px solid var(--outline-variant)}footer[role="contentinfo"] .footer-inner{width:100%;max-width:1200px;padding:0 24px;box-sizing:border-box;display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:12px}footer[role="contentinfo"] .footer-left{font-family:'Inter','Inter-Fallback',sans-serif;font-size:0.72rem;letter-spacing:0.1em;text-transform:uppercase;color:var(--on-surface-dim);white-space:nowrap}footer[role="contentinfo"] .footer-right-col{display:flex;flex-direction:column;gap:10px;align-items:flex-end}footer[role="contentinfo"] .footer-right{display:flex;gap:24px;flex-wrap:wrap}footer[role="contentinfo"] .footer-right a{font-family:'Inter','Inter-Fallback',sans-serif;font-size:0.7rem;letter-spacing:0.1em;text-transform:uppercase;color:var(--on-surface-dim);text-decoration:none;transition:color 0.2s;position:relative}footer[role="contentinfo"] .footer-right a:hover{color:var(--primary)}footer[role="contentinfo"] .footer-right a::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--on-surface-dim);transition:width 0.18s ease}footer[role="contentinfo"] .footer-right a:hover::after{width:100%}footer[role="contentinfo"] .footer-right a[href="ray-viscera"]{color:rgba(184,115,51,0.75)}footer[role="contentinfo"] .footer-right a[href="ray-viscera"]:hover{color:#e8b070;text-shadow:0 0 10px rgba(232,176,112,0.35)}footer[role="contentinfo"] .footer-right a[href="ray-viscera"]::after{background:var(--gold)}footer[role="contentinfo"] .footer-legal{display:flex;gap:20px;flex-wrap:wrap}footer[role="contentinfo"] .footer-legal a{font-family:'Inter','Inter-Fallback',sans-serif;font-size:0.65rem;letter-spacing:0.1em;text-transform:uppercase;color:var(--on-surface-dim);text-decoration:none;opacity:0.6;transition:color 0.2s,opacity 0.2s}footer[role="contentinfo"] .footer-legal a:hover{color:var(--on-surface-low);opacity:1}@media (max-width:768px){footer[role="contentinfo"]{flex-direction:column;gap:14px;padding:28px 18px;align-items:center;text-align:center}footer[role="contentinfo"] .footer-inner{flex-direction:column;gap:14px;align-items:center;text-align:center;width:100%}footer[role="contentinfo"] .footer-left{text-align:center;width:100%;white-space:normal}footer[role="contentinfo"] .footer-right-col{align-items:center;width:100%}footer[role="contentinfo"] .footer-right{justify-content:center;flex-wrap:wrap;gap:20px;width:100%}footer[role="contentinfo"] .footer-legal{justify-content:center;gap:14px;width:100%}}