/* header_.css - Header styles */

#view-header {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background: var(--bg-card);
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 0;
}

#header-left {
    display: flex;
    align-items: center;
}

#header-right {
    display: flex;
    align-items: center;
    gap: 8px;
}

#header-username {
    color: var(--accent-color);
}
