.footer {
  position: fixed; bottom: 0; left: 0; right: 0;
  flex: 0 0 auto; height: 40px;
  background: rgba(0,0,0,0.95); color: #c0bbbb;
  font-size: 0.8rem; font-weight: 500;
  border-top: 2px solid #333; z-index: 999;
  display: flex; align-items: center; justify-content: center;
}
.footer-link { color: #02eefa; font-size: 1rem; text-decoration: underline; }
.footer-link:hover { color: #77e11b; text-decoration: none; }
