/* ============================================
   TOPBAR.CSS — Top notification bar
   ============================================ */

.topbar {
    background: #1a1a1a;
    color: #ccc;
    font-size: 11px;
    padding: 5px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.topbar-18 {
    background: var(--red);
    color: white;
    font-weight: 800;
    padding: 1px 6px;
    border-radius: 3px;
    font-size: 10px;
}

.topbar a {
    color: #aaa;
    text-decoration: underline;
    font-size: 11px;
}
