.app-footer {
    background: linear-gradient(90deg, #0b0f1a, #0f1424);
    padding: 30px;
    color: #9aa0b3;
    font-size: 20px;
}

.footer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-left {
    color: #9aa0b3;
}

.brand-name {
    color: #ffffff;
    font-weight: 600;
}

.footer-right a {
    color: #9aa0b3;
    text-decoration: none;
    margin: 0 6px;
    transition: color 0.2s ease;
}

.footer-right a:hover {
    color: #ffffff;
}

.footer-right .divider {
    color: #555b70;
}
