/**
 * Animalverse Anireion Algorithm - Styles
 * Version 2.6.0 - Fresh Shuffle on Refresh
 */

/* Smooth reorder animation */
.activity-item {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Share button */
.behive-bp-share-btn {
    cursor: pointer;
    transition: transform 0.2s, color 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.behive-bp-share-btn:hover {
    transform: scale(1.05);
    color: #3b82f6;
}

.behive-bp-share-btn.shared {
    color: #3b82f6;
}

/* Debug badge - shows when ?behive_debug=1 */
.behive-debug-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(0,0,0,0.85);
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-family: monospace;
    line-height: 1.4;
    z-index: 100;
    max-width: 200px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.behive-debug-badge strong {
    color: #4ade80;
}
