/* app.css — Additional styling for new features (does NOT override beatup.css) */

/* Settings info bar at bottom of screen */
#settings-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    color: #aaa;
    font-family: Arial, sans-serif;
    font-size: 11px;
    padding: 4px 12px;
    display: flex;
    justify-content: space-between;
    z-index: 100;
    pointer-events: none;
}

#settings-bar span {
    margin: 0 8px;
}

#settings-bar .val {
    color: #4af;
}
