.status-badge {
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9em;
    background: rgba(255, 255, 255, 0.1);
}

.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00ff88;
}

.hardware-badge {
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
    color: white;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 0.75em;
    font-weight: bold;
    margin-left: 8px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    display: inline-block;
}

.bac-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 107, 107, 0.9);
    color: white;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.8em;
    font-weight: bold;
    backdrop-filter: blur(10px);
}