/* Стили футера */
footer {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    background: var(--header-bg);
    color: var(--header-text-color);
    border-top: 1px solid var(--button-border);
    margin-top: auto;
    flex-shrink: 0;
    z-index: 998; /* Чуть ниже хедера */
}

footer #countdown {
    font-size: 1rem;
    text-align: center;
}
