        .digital-card {
            background: linear-gradient(135deg, #B12025 0%, #8A1519 100%);
            box-shadow: 0 15px 30px -10px rgba(177, 32, 37, 0.4);
        }
        .qr-container {
            background: white;
            padding: 15px;
            border-radius: 16px;
            box-shadow: inset 0 2px 5px rgba(0,0,0,0.05);
        }

        #memberQrReader video {
            width: 100% !important;
            border-radius: 0.65rem;
        }

