/* SALIN DAN TEMPEL KODE INI */
body {
    background-color: #f4f7f6;
}

#qrCodeContainer img {
    max-width: 256px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
}

.session-item {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.session-status {
    font-weight: bold;
}

.status-ready { color: green; }
.status-qr { color: orange; }
.status-disconnected { color: red; }
.status-initializing { color: blue; }

.backup-message {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.backup-message:last-child {
    border-bottom: none;
}
.backup-message img {
    max-width: 200px;
    border-radius: 5px;
    margin-top: 10px;
}
