/* ═══════════════════════════════════════════
   TapaBoom — Footer
   ═══════════════════════════════════════════ */

.footer{padding:40px 24px 24px;text-align:center;border-top:1px solid #1a1a1a;margin-top:0}
.footer .f-logo{font-size:16px;font-weight:900;color:#60a5fa;margin-bottom:6px}
.footer .f-desc{font-size:11px;color:#4b5563;margin-bottom:12px}
.footer .f-links{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.footer .f-links a{font-size:11px;color:#6b7280;text-decoration:none}
.footer .f-links a:hover{color:#60a5fa}
.footer .f-copy{font-size:10px;color:#878d99;margin-top:16px}  /* a11y: контраст ≥4.5:1 */
.kb-hints{position:fixed;bottom:140px;right:16px;font-size:9px;color:#333;text-align:right;pointer-events:none;z-index:50}
