.footer{background:#191924;border-top:1px solid rgba(255,255,255,.07)}
.footer-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;width:100%;max-width:1280px;margin:0 auto;padding-left:clamp(20px,4vw,60px);padding-right:clamp(20px,4vw,60px)}
.footer-copy{font-size:13px;color:rgba(255,255,255,.4);font-family:'Space Mono',monospace,ui-monospace}
.footer-links{display:flex;gap:20px;flex-wrap:wrap}
.footer-links a{font-size:13px;color:rgba(255,255,255,.55);text-decoration:none;transition:color .2s}
.footer-links a:hover{color:rgba(255,255,255,.85)}
