/* Shared app footer — code / git / deploy (#187) */
.app-footer,
.robot-footer {
    padding: 12px 18px;
    color: var(--muted, #8b9bb0);
    font-size: 12px;
    border-top: 1px solid var(--line, #26303f);
    margin-top: 8px;
}
.app-footer .build-info,
.robot-footer .build-info,
footer .build-info {
    margin-top: 4px;
    font-size: 11px;
    opacity: 0.9;
    letter-spacing: 0.02em;
    font-variant-numeric: tabular-nums;
}
