/* ════════════════════════════════════════════════════════════════
   Solrova Lab canonical footer — light system, JetBrains Mono
   Locked 2026-06-09 (Design/Header_Footer_Consolidation_2026-06-09/)
   Lab tools keep their own lighter design system (Maya 2026-05-31 rule);
   this is the ONE footer for /lab/* tool pages. Per-tool disclaimer
   goes in .lab-footer-disclaimer.
   Markup: footer.lab-footer > .lab-footer-inner > (brand block + right block)
   ════════════════════════════════════════════════════════════════ */
.lab-footer { background: #f7f7f5; border-top: 1px solid #ddd; padding: 28px 32px 22px; font-family: 'JetBrains Mono', monospace; }
.lab-footer-inner { max-width: 1140px; margin: 0 auto; display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; flex-wrap: wrap; }
.lab-footer-brand { font-size: 14px; font-weight: 700; color: #1a1a1a; margin-bottom: 6px; }
.lab-footer-brand .t { color: #14ABD6; }
.lab-footer-badge { font-size: 10px; background: #1a1a1a; color: #fff; font-weight: 700; padding: 2px 7px; border-radius: 2px; margin-left: 4px; letter-spacing: .04em; }
.lab-footer-disclaimer { font-size: 10px; color: #888; line-height: 1.7; max-width: 640px; margin: 0; }
.lab-footer-right { text-align: right; }
.lab-footer-links { font-size: 10px; margin-bottom: 6px; }
.lab-footer-links a { color: #555; text-decoration: none; }
.lab-footer-links a:hover { color: #14ABD6; }
.lab-footer-copy { font-size: 10px; color: #888; }
@media (max-width: 640px) {
  .lab-footer { padding: 24px 20px 18px; }
  .lab-footer-right { text-align: left; }
}
