/* Estilos extraídos de online.html */
.header-info-bar { width: 90%; max-width: 600px; margin: 5px auto 15px auto; text-align: center; font-size: 0.8em; color: #a0a0a0; }
        .header-info-bar a { color: var(--cor-titulo-dourado); text-decoration: none; }
        #online-players-list {
            background: rgba(0,0,0,0.2);
            padding: 10px;
            border-radius: 5px;
            max-height: 70vh;
            overflow-y: auto;
        }
        #online-players-list div {
            padding: 8px 5px;
            font-size: 1em;
            border-bottom: 1px solid #333;
        }
        #online-players-list div:last-child {
            border-bottom: none;
        }