.grc-wa-auth-page .grc-wa-auth-card {
    border: 1px solid #e2e8f0;
    border-radius: 0.65rem;
    background: #fafbfc;
    padding: 1rem 1.15rem;
    height: 100%;
}
.grc-wa-auth-card-title {
    font-weight: 700;
    font-size: 0.88rem;
    color: #0f172a;
    margin-bottom: 0.65rem;
}
.grc-wa-auth-card-title i { color: #25d366; margin-right: 0.25rem; }
.grc-wa-auth-qr-wrap { min-height: 280px; }
.grc-wa-auth-qr-placeholder {
    border: 2px dashed #cbd5e1;
    border-radius: 0.5rem;
    background: #fff;
}
.grc-wa-auth-qr-box { text-align: center; }
.grc-wa-auth-qr-img {
    max-width: 260px;
    width: 100%;
    border-radius: 0.5rem;
    border: 1px solid #e2e8f0;
    background: #fff;
}
.grc-wa-auth-dl dt { color: #64748b; font-weight: 500; }
#grcWaAuthMsg.text-danger { color: #dc2626 !important; }
#grcWaAuthMsg.text-success { color: #16a34a !important; }
.grc-wa-pm2-panel .grc-wa-auth-card-title i { color: #6366f1; }
.grc-wa-send-panel .grc-wa-auth-card-title i { color: #2563eb; }
#grcWaSendMsg.text-danger { color: #dc2626 !important; }
#grcWaSendMsg.text-success { color: #16a34a !important; }
#grcWaAuthMsg.text-warning { color: #d97706 !important; }
#grcWaBtnEnviarMsg:disabled,
#grcWaBtnEnviarMsg.disabled { opacity: 0.55; cursor: not-allowed; }
.grc-wa-pm2-output {
    margin-top: 0.5rem;
    padding: 0.5rem 0.65rem;
    max-height: 120px;
    overflow: auto;
    background: #0f172a;
    color: #e2e8f0;
    border-radius: 0.4rem;
    white-space: pre-wrap;
    word-break: break-word;
}
